Html Css Color HEX #A2C2FE Pale Cornflower Blue
📋 copy color: '#A2C2FE'red 162 ◦ green 194 ◦ blue 254
Shades of Pale Cornflower Blue #A2C2FE
Tints of Pale Cornflower Blue #A2C2FE
RGB
CMYK
RGB Variations
Color information
#A2C2FE (or 0xA2C2FE) is known color: Pale Cornflower Blue. HEX triplet: A2, C2 and FE. RGB value is (162,194,254). Sum of RGB (Red+Green+Blue) = 162+194+254=610 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.56% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C2FE is #5D3D01. Grayscale: #BFBFBF. Windows color (decimal): -6110466 or 16695970. OLE color: 16695970.
HSL color Cylindrical-coordinate representation of color #A2C2FE: hue angle of 219.13º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2C2FE is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 194 | 254 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.00 |
| HSL | 219.13º | 0.98% | 0.82% | - |
| HSV(B) | 219.13º | 0.36% | 1% | - |
| XYZ | 52.08 | 53.42 | 101.33 | - |
| YUV | 191.27 | 163.4 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 254 | 0.36 | 0.24 | 0 | 0.00 | 219.13 | 0.98 | 0.82 |
| Hex | A2 | C2 | FE | 24 | 18 | 0 | 0 | DB | 62 | 52 |
| Octal | 242 | 302 | 376 | 44 | 30 | 0 | 0 | 333 | 142 | 122 |
| Binary | 10100010 | 11000010 | 11111110 | 100100 | 11000 | 0 | 0 | 11011011 | 1100010 | 1010010 |
Color Harmonies of #A2C2FE
Complementary color
Monochromatic Colors of #A2C2FE
Black with #A2C2FE
Text Example
Text Example
White with #A2C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C2FE; }
p { color: rgb(162,194,254); }
H1.HeaderClassName
{
color: #A2C2FE;
}
.AnyTagClassName
{
color: #A2C2FE;
}
</style>
background-color css
<style>
a { background-color: #A2C2FE; }
a { background-color: rgb(162,194,254); }
div.DivClassName
{
background-color: #A2C2FE;
}
.BgClassName
{
background-color: #A2C2FE;
}
</style>
border-color css
<style>
span { border-color: #A2C2FE; }
span { border-color: rgb(162,194,254); }
td.TdClassName
{
border-color: #A2C2FE;
}
.TagClassName
{
border-color: #A2C2FE;
}
</style>