Html Css Color HEX #A2C2FA Pale Cornflower Blue
📋 copy color: '#A2C2FA'red 162 ◦ green 194 ◦ blue 250
Shades of Pale Cornflower Blue #A2C2FA
Tints of Pale Cornflower Blue #A2C2FA
RGB
CMYK
RGB Variations
Color information
#A2C2FA (or 0xA2C2FA) is known color: Pale Cornflower Blue. HEX triplet: A2, C2 and FA. RGB value is (162,194,250). Sum of RGB (Red+Green+Blue) = 162+194+250=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2C2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C2FA is #5D3D05. Grayscale: #BEBEBE. Windows color (decimal): -6110470 or 16433826. OLE color: 16433826.
HSL color Cylindrical-coordinate representation of color #A2C2FA: hue angle of 218.18º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2C2FA is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 194 | 250 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.02 |
| HSL | 218.18º | 0.9% | 0.81% | - |
| HSV(B) | 218.18º | 0.35% | 0.98% | - |
| XYZ | 51.45 | 53.17 | 97.99 | - |
| YUV | 190.82 | 161.4 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 250 | 0.35 | 0.22 | 0 | 0.02 | 218.18 | 0.9 | 0.81 |
| Hex | A2 | C2 | FA | 23 | 16 | 0 | 2 | DA | 5A | 51 |
| Octal | 242 | 302 | 372 | 43 | 26 | 0 | 2 | 332 | 132 | 121 |
| Binary | 10100010 | 11000010 | 11111010 | 100011 | 10110 | 0 | 10 | 11011010 | 1011010 | 1010001 |
Color Harmonies of #A2C2FA
Complementary color
Monochromatic Colors of #A2C2FA
Black with #A2C2FA
Text Example
Text Example
White with #A2C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C2FA; }
p { color: rgb(162,194,250); }
H1.HeaderClassName
{
color: #A2C2FA;
}
.AnyTagClassName
{
color: #A2C2FA;
}
</style>
background-color css
<style>
a { background-color: #A2C2FA; }
a { background-color: rgb(162,194,250); }
div.DivClassName
{
background-color: #A2C2FA;
}
.BgClassName
{
background-color: #A2C2FA;
}
</style>
border-color css
<style>
span { border-color: #A2C2FA; }
span { border-color: rgb(162,194,250); }
td.TdClassName
{
border-color: #A2C2FA;
}
.TagClassName
{
border-color: #A2C2FA;
}
</style>