Html Css Color HEX #A2C2FC Pale Cornflower Blue
📋 copy color: '#A2C2FC'red 162 ◦ green 194 ◦ blue 252
Shades of Pale Cornflower Blue #A2C2FC
Tints of Pale Cornflower Blue #A2C2FC
RGB
CMYK
RGB Variations
Color information
#A2C2FC (or 0xA2C2FC) is known color: Pale Cornflower Blue. HEX triplet: A2, C2 and FC. RGB value is (162,194,252). Sum of RGB (Red+Green+Blue) = 162+194+252=608 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.64% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2C2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C2FC is #5D3D03. Grayscale: #BEBEBE. Windows color (decimal): -6110468 or 16564898. OLE color: 16564898.
HSL color Cylindrical-coordinate representation of color #A2C2FC: hue angle of 218.67º 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 #A2C2FC is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 194 | 252 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.01 |
| HSL | 218.67º | 0.94% | 0.81% | - |
| HSV(B) | 218.67º | 0.36% | 0.99% | - |
| XYZ | 51.76 | 53.29 | 99.65 | - |
| YUV | 191.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 252 | 0.36 | 0.23 | 0 | 0.01 | 218.67 | 0.94 | 0.81 |
| Hex | A2 | C2 | FC | 24 | 17 | 0 | 1 | DB | 5E | 51 |
| Octal | 242 | 302 | 374 | 44 | 27 | 0 | 1 | 333 | 136 | 121 |
| Binary | 10100010 | 11000010 | 11111100 | 100100 | 10111 | 0 | 1 | 11011011 | 1011110 | 1010001 |
Color Harmonies of #A2C2FC
Complementary color
Monochromatic Colors of #A2C2FC
Black with #A2C2FC
Text Example
Text Example
White with #A2C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C2FC; }
p { color: rgb(162,194,252); }
H1.HeaderClassName
{
color: #A2C2FC;
}
.AnyTagClassName
{
color: #A2C2FC;
}
</style>
background-color css
<style>
a { background-color: #A2C2FC; }
a { background-color: rgb(162,194,252); }
div.DivClassName
{
background-color: #A2C2FC;
}
.BgClassName
{
background-color: #A2C2FC;
}
</style>
border-color css
<style>
span { border-color: #A2C2FC; }
span { border-color: rgb(162,194,252); }
td.TdClassName
{
border-color: #A2C2FC;
}
.TagClassName
{
border-color: #A2C2FC;
}
</style>