Html Css Color HEX #A8CCFC Pale Cornflower Blue
📋 copy color: '#A8CCFC'red 168 ◦ green 204 ◦ blue 252
Shades of Pale Cornflower Blue #A8CCFC
Tints of Pale Cornflower Blue #A8CCFC
RGB
CMYK
RGB Variations
Color information
#A8CCFC (or 0xA8CCFC) is known color: Pale Cornflower Blue. HEX triplet: A8, CC and FC. RGB value is (168,204,252). Sum of RGB (Red+Green+Blue) = 168+204+252=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8CCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CCFC is #573303. Grayscale: #C6C6C6. Windows color (decimal): -5714692 or 16567464. OLE color: 16567464.
HSL color Cylindrical-coordinate representation of color #A8CCFC: hue angle of 214.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8CCFC is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 204 | 252 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.01 |
| HSL | 214.29º | 0.93% | 0.82% | - |
| HSV(B) | 214.29º | 0.33% | 0.99% | - |
| XYZ | 55.31 | 58.54 | 100.48 | - |
| YUV | 198.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 252 | 0.33 | 0.19 | 0 | 0.01 | 214.29 | 0.93 | 0.82 |
| Hex | A8 | CC | FC | 21 | 13 | 0 | 1 | D6 | 5D | 52 |
| Octal | 250 | 314 | 374 | 41 | 23 | 0 | 1 | 326 | 135 | 122 |
| Binary | 10101000 | 11001100 | 11111100 | 100001 | 10011 | 0 | 1 | 11010110 | 1011101 | 1010010 |
Color Harmonies of #A8CCFC
Complementary color
Monochromatic Colors of #A8CCFC
Black with #A8CCFC
Text Example
Text Example
White with #A8CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCFC; }
p { color: rgb(168,204,252); }
H1.HeaderClassName
{
color: #A8CCFC;
}
.AnyTagClassName
{
color: #A8CCFC;
}
</style>
background-color css
<style>
a { background-color: #A8CCFC; }
a { background-color: rgb(168,204,252); }
div.DivClassName
{
background-color: #A8CCFC;
}
.BgClassName
{
background-color: #A8CCFC;
}
</style>
border-color css
<style>
span { border-color: #A8CCFC; }
span { border-color: rgb(168,204,252); }
td.TdClassName
{
border-color: #A8CCFC;
}
.TagClassName
{
border-color: #A8CCFC;
}
</style>