Html Css Color HEX #A2CEFF Pale Cornflower Blue
📋 copy color: '#A2CEFF'red 162 ◦ green 206 ◦ blue 255
Shades of Pale Cornflower Blue #A2CEFF
Tints of Pale Cornflower Blue #A2CEFF
RGB
CMYK
RGB Variations
Color information
#A2CEFF (or 0xA2CEFF) is known color: Pale Cornflower Blue. HEX triplet: A2, CE and FF. RGB value is (162,206,255). Sum of RGB (Red+Green+Blue) = 162+206+255=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CEFF is #5D3100. Grayscale: #C6C6C6. Windows color (decimal): -6107393 or 16764578. OLE color: 16764578.
HSL color Cylindrical-coordinate representation of color #A2CEFF: hue angle of 211.61º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2CEFF is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 206 | 255 | - |
| CMYK | 0.36 | 0.19 | 0 | 0 |
| HSL | 211.61º | 1% | 0.82% | - |
| HSV(B) | 211.61º | 0.36% | 1% | - |
| XYZ | 55.02 | 59.04 | 103.1 | - |
| YUV | 198.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 255 | 0.36 | 0.19 | 0 | 0 | 211.61 | 1 | 0.82 |
| Hex | A2 | CE | FF | 24 | 13 | 0 | 0 | D4 | 64 | 52 |
| Octal | 242 | 316 | 377 | 44 | 23 | 0 | 0 | 324 | 144 | 122 |
| Binary | 10100010 | 11001110 | 11111111 | 100100 | 10011 | 0 | 0 | 11010100 | 1100100 | 1010010 |
Color Harmonies of #A2CEFF
Complementary color
Monochromatic Colors of #A2CEFF
Black with #A2CEFF
Text Example
Text Example
White with #A2CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEFF; }
p { color: rgb(162,206,255); }
H1.HeaderClassName
{
color: #A2CEFF;
}
.AnyTagClassName
{
color: #A2CEFF;
}
</style>
background-color css
<style>
a { background-color: #A2CEFF; }
a { background-color: rgb(162,206,255); }
div.DivClassName
{
background-color: #A2CEFF;
}
.BgClassName
{
background-color: #A2CEFF;
}
</style>
border-color css
<style>
span { border-color: #A2CEFF; }
span { border-color: rgb(162,206,255); }
td.TdClassName
{
border-color: #A2CEFF;
}
.TagClassName
{
border-color: #A2CEFF;
}
</style>