Html Css Color HEX #A2C2FF Pale Cornflower Blue
📋 copy color: '#A2C2FF'red 162 ◦ green 194 ◦ blue 255
Shades of Pale Cornflower Blue #A2C2FF
Tints of Pale Cornflower Blue #A2C2FF
RGB
CMYK
RGB Variations
Color information
#A2C2FF (or 0xA2C2FF) is known color: Pale Cornflower Blue. HEX triplet: A2, C2 and FF. RGB value is (162,194,255). Sum of RGB (Red+Green+Blue) = 162+194+255=611 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.51% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2C2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C2FF is #5D3D00. Grayscale: #BFBFBF. Windows color (decimal): -6110465 or 16761506. OLE color: 16761506.
HSL color Cylindrical-coordinate representation of color #A2C2FF: hue angle of 219.35º 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 #A2C2FF is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 194 | 255 | - |
| CMYK | 0.36 | 0.24 | 0 | 0 |
| HSL | 219.35º | 1% | 0.82% | - |
| HSV(B) | 219.35º | 0.36% | 1% | - |
| XYZ | 52.24 | 53.48 | 102.18 | - |
| YUV | 191.39 | 163.9 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 255 | 0.36 | 0.24 | 0 | 0 | 219.35 | 1 | 0.82 |
| Hex | A2 | C2 | FF | 24 | 18 | 0 | 0 | DB | 64 | 52 |
| Octal | 242 | 302 | 377 | 44 | 30 | 0 | 0 | 333 | 144 | 122 |
| Binary | 10100010 | 11000010 | 11111111 | 100100 | 11000 | 0 | 0 | 11011011 | 1100100 | 1010010 |
Color Harmonies of #A2C2FF
Complementary color
Monochromatic Colors of #A2C2FF
Black with #A2C2FF
Text Example
Text Example
White with #A2C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C2FF; }
p { color: rgb(162,194,255); }
H1.HeaderClassName
{
color: #A2C2FF;
}
.AnyTagClassName
{
color: #A2C2FF;
}
</style>
background-color css
<style>
a { background-color: #A2C2FF; }
a { background-color: rgb(162,194,255); }
div.DivClassName
{
background-color: #A2C2FF;
}
.BgClassName
{
background-color: #A2C2FF;
}
</style>
border-color css
<style>
span { border-color: #A2C2FF; }
span { border-color: rgb(162,194,255); }
td.TdClassName
{
border-color: #A2C2FF;
}
.TagClassName
{
border-color: #A2C2FF;
}
</style>