Html Css Color HEX #A2CCFF Pale Cornflower Blue
📋 copy color: '#A2CCFF'red 162 ◦ green 204 ◦ blue 255
Shades of Pale Cornflower Blue #A2CCFF
Tints of Pale Cornflower Blue #A2CCFF
RGB
CMYK
RGB Variations
Color information
#A2CCFF (or 0xA2CCFF) is known color: Pale Cornflower Blue. HEX triplet: A2, CC and FF. RGB value is (162,204,255). Sum of RGB (Red+Green+Blue) = 162+204+255=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CCFF is #5D3300. Grayscale: #C5C5C5. Windows color (decimal): -6107905 or 16764066. OLE color: 16764066.
HSL color Cylindrical-coordinate representation of color #A2CCFF: hue angle of 212.9º 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 #A2CCFF is Cyan = 0.36, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 204 | 255 | - |
| CMYK | 0.36 | 0.2 | 0 | 0 |
| HSL | 212.9º | 1% | 0.82% | - |
| HSV(B) | 212.9º | 0.36% | 1% | - |
| XYZ | 54.54 | 58.09 | 102.94 | - |
| YUV | 197.26 | 160.59 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 255 | 0.36 | 0.2 | 0 | 0 | 212.9 | 1 | 0.82 |
| Hex | A2 | CC | FF | 24 | 14 | 0 | 0 | D5 | 64 | 52 |
| Octal | 242 | 314 | 377 | 44 | 24 | 0 | 0 | 325 | 144 | 122 |
| Binary | 10100010 | 11001100 | 11111111 | 100100 | 10100 | 0 | 0 | 11010101 | 1100100 | 1010010 |
Color Harmonies of #A2CCFF
Complementary color
Monochromatic Colors of #A2CCFF
Black with #A2CCFF
Text Example
Text Example
White with #A2CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CCFF; }
p { color: rgb(162,204,255); }
H1.HeaderClassName
{
color: #A2CCFF;
}
.AnyTagClassName
{
color: #A2CCFF;
}
</style>
background-color css
<style>
a { background-color: #A2CCFF; }
a { background-color: rgb(162,204,255); }
div.DivClassName
{
background-color: #A2CCFF;
}
.BgClassName
{
background-color: #A2CCFF;
}
</style>
border-color css
<style>
span { border-color: #A2CCFF; }
span { border-color: rgb(162,204,255); }
td.TdClassName
{
border-color: #A2CCFF;
}
.TagClassName
{
border-color: #A2CCFF;
}
</style>