Html Css Color HEX #A8CAFA Pale Cornflower Blue
📋 copy color: '#A8CAFA'red 168 ◦ green 202 ◦ blue 250
Shades of Pale Cornflower Blue #A8CAFA
Tints of Pale Cornflower Blue #A8CAFA
RGB
CMYK
RGB Variations
Color information
#A8CAFA (or 0xA8CAFA) is known color: Pale Cornflower Blue. HEX triplet: A8, CA and FA. RGB value is (168,202,250). Sum of RGB (Red+Green+Blue) = 168+202+250=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8CAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CAFA is #573505. Grayscale: #C5C5C5. Windows color (decimal): -5715206 or 16435880. OLE color: 16435880.
HSL color Cylindrical-coordinate representation of color #A8CAFA: hue angle of 215.12º degrees, saturation: 0.89, 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 #A8CAFA is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 202 | 250 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.02 |
| HSL | 215.12º | 0.89% | 0.82% | - |
| HSV(B) | 215.12º | 0.33% | 0.98% | - |
| XYZ | 54.52 | 57.47 | 98.66 | - |
| YUV | 197.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 250 | 0.33 | 0.19 | 0 | 0.02 | 215.12 | 0.89 | 0.82 |
| Hex | A8 | CA | FA | 21 | 13 | 0 | 2 | D7 | 59 | 52 |
| Octal | 250 | 312 | 372 | 41 | 23 | 0 | 2 | 327 | 131 | 122 |
| Binary | 10101000 | 11001010 | 11111010 | 100001 | 10011 | 0 | 10 | 11010111 | 1011001 | 1010010 |
Color Harmonies of #A8CAFA
Complementary color
Monochromatic Colors of #A8CAFA
Black with #A8CAFA
Text Example
Text Example
White with #A8CAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAFA; }
p { color: rgb(168,202,250); }
H1.HeaderClassName
{
color: #A8CAFA;
}
.AnyTagClassName
{
color: #A8CAFA;
}
</style>
background-color css
<style>
a { background-color: #A8CAFA; }
a { background-color: rgb(168,202,250); }
div.DivClassName
{
background-color: #A8CAFA;
}
.BgClassName
{
background-color: #A8CAFA;
}
</style>
border-color css
<style>
span { border-color: #A8CAFA; }
span { border-color: rgb(168,202,250); }
td.TdClassName
{
border-color: #A8CAFA;
}
.TagClassName
{
border-color: #A8CAFA;
}
</style>