Html Css Color HEX #A2C9FC Pale Cornflower Blue
📋 copy color: '#A2C9FC'red 162 ◦ green 201 ◦ blue 252
Shades of Pale Cornflower Blue #A2C9FC
Tints of Pale Cornflower Blue #A2C9FC
RGB
CMYK
RGB Variations
Color information
#A2C9FC (or 0xA2C9FC) is known color: Pale Cornflower Blue. HEX triplet: A2, C9 and FC. RGB value is (162,201,252). Sum of RGB (Red+Green+Blue) = 162+201+252=615 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.34% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2C9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C9FC is #5D3603. Grayscale: #C2C2C2. Windows color (decimal): -6108676 or 16566690. OLE color: 16566690.
HSL color Cylindrical-coordinate representation of color #A2C9FC: hue angle of 214º 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 #A2C9FC is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 201 | 252 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.01 |
| HSL | 214º | 0.94% | 0.81% | - |
| HSV(B) | 214º | 0.36% | 0.99% | - |
| XYZ | 53.36 | 56.48 | 100.19 | - |
| YUV | 195.15 | 160.08 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 252 | 0.36 | 0.20 | 0 | 0.01 | 214 | 0.94 | 0.81 |
| Hex | A2 | C9 | FC | 24 | 14 | 0 | 1 | D6 | 5E | 51 |
| Octal | 242 | 311 | 374 | 44 | 24 | 0 | 1 | 326 | 136 | 121 |
| Binary | 10100010 | 11001001 | 11111100 | 100100 | 10100 | 0 | 1 | 11010110 | 1011110 | 1010001 |
Color Harmonies of #A2C9FC
Complementary color
Monochromatic Colors of #A2C9FC
Black with #A2C9FC
Text Example
Text Example
White with #A2C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C9FC; }
p { color: rgb(162,201,252); }
H1.HeaderClassName
{
color: #A2C9FC;
}
.AnyTagClassName
{
color: #A2C9FC;
}
</style>
background-color css
<style>
a { background-color: #A2C9FC; }
a { background-color: rgb(162,201,252); }
div.DivClassName
{
background-color: #A2C9FC;
}
.BgClassName
{
background-color: #A2C9FC;
}
</style>
border-color css
<style>
span { border-color: #A2C9FC; }
span { border-color: rgb(162,201,252); }
td.TdClassName
{
border-color: #A2C9FC;
}
.TagClassName
{
border-color: #A2C9FC;
}
</style>