Html Css Color HEX #A8CAF9 Pale Cornflower Blue
📋 copy color: '#A8CAF9'red 168 ◦ green 202 ◦ blue 249
Shades of Pale Cornflower Blue #A8CAF9
Tints of Pale Cornflower Blue #A8CAF9
RGB
CMYK
RGB Variations
Color information
#A8CAF9 (or 0xA8CAF9) is known color: Pale Cornflower Blue. HEX triplet: A8, CA and F9. RGB value is (168,202,249). Sum of RGB (Red+Green+Blue) = 168+202+249=619 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.14% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8CAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CAF9 is #573506. Grayscale: #C4C4C4. Windows color (decimal): -5715207 or 16370344. OLE color: 16370344.
HSL color Cylindrical-coordinate representation of color #A8CAF9: hue angle of 214.81º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8CAF9 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 168 | 202 | 249 | - |
CMYK | 0.33 | 0.19 | 0 | 0.02 |
HSL | 214.81º | 0.87% | 0.82% | - |
HSV(B) | 214.81º | 0.33% | 0.98% | - |
XYZ | 54.37 | 57.41 | 97.84 | - |
YUV | 197.19 | 157.24 | 107.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 202 | 249 | 0.33 | 0.19 | 0 | 0.02 | 214.81 | 0.87 | 0.82 |
Hex | A8 | CA | F9 | 21 | 13 | 0 | 2 | D7 | 57 | 52 |
Octal | 250 | 312 | 371 | 41 | 23 | 0 | 2 | 327 | 127 | 122 |
Binary | 10101000 | 11001010 | 11111001 | 100001 | 10011 | 0 | 10 | 11010111 | 1010111 | 1010010 |
Color Harmonies of #A8CAF9
Complementary color
Monochromatic Colors of #A8CAF9
Black with #A8CAF9
Text Example
Text Example
White with #A8CAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAF9; }
p { color: rgb(168,202,249); }
H1.HeaderClassName
{
color: #A8CAF9;
}
.AnyTagClassName
{
color: #A8CAF9;
}
</style>
background-color css
<style>
a { background-color: #A8CAF9; }
a { background-color: rgb(168,202,249); }
div.DivClassName
{
background-color: #A8CAF9;
}
.BgClassName
{
background-color: #A8CAF9;
}
</style>
border-color css
<style>
span { border-color: #A8CAF9; }
span { border-color: rgb(168,202,249); }
td.TdClassName
{
border-color: #A8CAF9;
}
.TagClassName
{
border-color: #A8CAF9;
}
</style>