RGB, CMYK, HSV, and HSL values for the color represented by the HEX code #abc4ff.
RGB: 171, 196, 255 | CMYK: 33%, 23%, 0%, 0% |
HSV: H: 222° S: 33% V: 100% | HSL: H: 222° S: 100% L: 84% |
#ABC4FF Color Preview
#abc4ff is a shade of blue color with RGB values (171, 196, 255). As mentioned above, this color is a combination of CMYK: 33% Cyan, 23% Magenta, 0% Yellow, and 0% Key (Black) in the CMYK color model.
As mentioned in the table, the HSL cylindrical-coordinate representations have the following values: Hue (H): 222°, Saturation (S): 100%, and Lightness (L): 84%.
The HSV values for #abc4ff are as follows: Hue (H): 222°, Saturation (S): 33%, Value (V): 100%.
RGB Values
RGB Values in Percentage
CMYK Distribution
Below is the visual demonstration of #ABC4FF color shade that interacts to create distinct effects on black and white backgrounds and texts.
<div style="color: #ABC4FF; background-color: #000000;">This is sample text</div>
<div style="color: #000000; background-color: #ABC4FF;">This is sample text</div>
<div style="color: #ffffff; background-color: #ABC4FF;">This is sample text</div>
<div style="color: #ABC4FF;">This is sample text</div>
CSS Codes
You can freely substitute any of these values for CSS properties that require a color input: color, background color, and border color.
color: rgb(171, 196, 255);
color: #abc4ff;
Examples
color: rgb(171, 196, 255);
background-color: rgb(171, 196, 255);
border-color: rgb(171, 196, 255);
color: #abc4ff;
background-color: #abc4ff;
border-color: #abc4ff;
Color schemes with #ABC4FF
Analogous
Here, the analogous color with hex code #ABC4FF has #BCABFF and #ABEEFF at 30 degrees clockwise and counterclockwise.
Monochromatic
For the shade with hex code #ABC4FF, a monochromatic palette will feature a corresponding shade #78A0FF, originating from the same hue.
Triadic
The triadic palette built around #ABC4FF uses two accents #FFABC4 and #C4FFAB, each 120 degrees apart from the main hue.
Complementary
The complementary color for #ABC4FF is #FFE6AB.
Tetradic
Here, for the primary color #ABC4FF, the complementary shade is #FFABEE plus two accent colors, i.e., #FFE6AB and #ABFFBC.