Html Css Color HEX #A8CAFF Pale Cornflower Blue
📋 copy color: '#A8CAFF'red 168 ◦ green 202 ◦ blue 255
Shades of Pale Cornflower Blue #A8CAFF
Tints of Pale Cornflower Blue #A8CAFF
RGB
CMYK
RGB Variations
Color information
#A8CAFF (or 0xA8CAFF) is known color: Pale Cornflower Blue. HEX triplet: A8, CA and FF. RGB value is (168,202,255). Sum of RGB (Red+Green+Blue) = 168+202+255=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CAFF is #573500. Grayscale: #C5C5C5. Windows color (decimal): -5715201 or 16763560. OLE color: 16763560.
HSL color Cylindrical-coordinate representation of color #A8CAFF: hue angle of 216.55º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8CAFF is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 202 | 255 | - |
| CMYK | 0.34 | 0.21 | 0 | 0 |
| HSL | 216.55º | 1% | 0.83% | - |
| HSV(B) | 216.55º | 0.34% | 1% | - |
| XYZ | 55.32 | 57.79 | 102.85 | - |
| YUV | 197.88 | 160.24 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 255 | 0.34 | 0.21 | 0 | 0 | 216.55 | 1 | 0.83 |
| Hex | A8 | CA | FF | 22 | 15 | 0 | 0 | D9 | 64 | 53 |
| Octal | 250 | 312 | 377 | 42 | 25 | 0 | 0 | 331 | 144 | 123 |
| Binary | 10101000 | 11001010 | 11111111 | 100010 | 10101 | 0 | 0 | 11011001 | 1100100 | 1010011 |
Color Harmonies of #A8CAFF
Complementary color
Monochromatic Colors of #A8CAFF
Black with #A8CAFF
Text Example
Text Example
White with #A8CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAFF; }
p { color: rgb(168,202,255); }
H1.HeaderClassName
{
color: #A8CAFF;
}
.AnyTagClassName
{
color: #A8CAFF;
}
</style>
background-color css
<style>
a { background-color: #A8CAFF; }
a { background-color: rgb(168,202,255); }
div.DivClassName
{
background-color: #A8CAFF;
}
.BgClassName
{
background-color: #A8CAFF;
}
</style>
border-color css
<style>
span { border-color: #A8CAFF; }
span { border-color: rgb(168,202,255); }
td.TdClassName
{
border-color: #A8CAFF;
}
.TagClassName
{
border-color: #A8CAFF;
}
</style>