Html Css Color HEX #A2CEFE Pale Cornflower Blue
📋 copy color: '#A2CEFE'red 162 ◦ green 206 ◦ blue 254
Shades of Pale Cornflower Blue #A2CEFE
Tints of Pale Cornflower Blue #A2CEFE
RGB
CMYK
RGB Variations
Color information
#A2CEFE (or 0xA2CEFE) is known color: Pale Cornflower Blue. HEX triplet: A2, CE and FE. RGB value is (162,206,254). Sum of RGB (Red+Green+Blue) = 162+206+254=622 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.05% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CEFE is #5D3101. Grayscale: #C6C6C6. Windows color (decimal): -6107394 or 16699042. OLE color: 16699042.
HSL color Cylindrical-coordinate representation of color #A2CEFE: hue angle of 211.3º 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 #A2CEFE is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 206 | 254 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.00 |
| HSL | 211.3º | 0.98% | 0.82% | - |
| HSV(B) | 211.3º | 0.36% | 1% | - |
| XYZ | 54.86 | 58.98 | 102.26 | - |
| YUV | 198.32 | 159.42 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 254 | 0.36 | 0.19 | 0 | 0.00 | 211.3 | 0.98 | 0.82 |
| Hex | A2 | CE | FE | 24 | 13 | 0 | 0 | D3 | 62 | 52 |
| Octal | 242 | 316 | 376 | 44 | 23 | 0 | 0 | 323 | 142 | 122 |
| Binary | 10100010 | 11001110 | 11111110 | 100100 | 10011 | 0 | 0 | 11010011 | 1100010 | 1010010 |
Color Harmonies of #A2CEFE
Complementary color
Monochromatic Colors of #A2CEFE
Black with #A2CEFE
Text Example
Text Example
White with #A2CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEFE; }
p { color: rgb(162,206,254); }
H1.HeaderClassName
{
color: #A2CEFE;
}
.AnyTagClassName
{
color: #A2CEFE;
}
</style>
background-color css
<style>
a { background-color: #A2CEFE; }
a { background-color: rgb(162,206,254); }
div.DivClassName
{
background-color: #A2CEFE;
}
.BgClassName
{
background-color: #A2CEFE;
}
</style>
border-color css
<style>
span { border-color: #A2CEFE; }
span { border-color: rgb(162,206,254); }
td.TdClassName
{
border-color: #A2CEFE;
}
.TagClassName
{
border-color: #A2CEFE;
}
</style>