Html Css Color HEX #A2CFFC Pale Cornflower Blue
📋 copy color: '#A2CFFC'red 162 ◦ green 207 ◦ blue 252
Shades of Pale Cornflower Blue #A2CFFC
Tints of Pale Cornflower Blue #A2CFFC
RGB
CMYK
RGB Variations
Color information
#A2CFFC (or 0xA2CFFC) is known color: Pale Cornflower Blue. HEX triplet: A2, CF and FC. RGB value is (162,207,252). Sum of RGB (Red+Green+Blue) = 162+207+252=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CFFC is #5D3003. Grayscale: #C6C6C6. Windows color (decimal): -6107140 or 16568226. OLE color: 16568226.
HSL color Cylindrical-coordinate representation of color #A2CFFC: hue angle of 210º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2CFFC is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 207 | 252 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.01 |
| HSL | 210º | 0.94% | 0.81% | - |
| HSV(B) | 210º | 0.36% | 0.99% | - |
| XYZ | 54.78 | 59.34 | 100.66 | - |
| YUV | 198.68 | 158.09 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 207 | 252 | 0.36 | 0.18 | 0 | 0.01 | 210 | 0.94 | 0.81 |
| Hex | A2 | CF | FC | 24 | 12 | 0 | 1 | D2 | 5E | 51 |
| Octal | 242 | 317 | 374 | 44 | 22 | 0 | 1 | 322 | 136 | 121 |
| Binary | 10100010 | 11001111 | 11111100 | 100100 | 10010 | 0 | 1 | 11010010 | 1011110 | 1010001 |
Color Harmonies of #A2CFFC
Complementary color
Monochromatic Colors of #A2CFFC
Black with #A2CFFC
Text Example
Text Example
White with #A2CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CFFC; }
p { color: rgb(162,207,252); }
H1.HeaderClassName
{
color: #A2CFFC;
}
.AnyTagClassName
{
color: #A2CFFC;
}
</style>
background-color css
<style>
a { background-color: #A2CFFC; }
a { background-color: rgb(162,207,252); }
div.DivClassName
{
background-color: #A2CFFC;
}
.BgClassName
{
background-color: #A2CFFC;
}
</style>
border-color css
<style>
span { border-color: #A2CFFC; }
span { border-color: rgb(162,207,252); }
td.TdClassName
{
border-color: #A2CFFC;
}
.TagClassName
{
border-color: #A2CFFC;
}
</style>