Html Css Color HEX #A2C5FA Pale Cornflower Blue
📋 copy color: '#A2C5FA'red 162 ◦ green 197 ◦ blue 250
Shades of Pale Cornflower Blue #A2C5FA
Tints of Pale Cornflower Blue #A2C5FA
RGB
CMYK
RGB Variations
Color information
#A2C5FA (or 0xA2C5FA) is known color: Pale Cornflower Blue. HEX triplet: A2, C5 and FA. RGB value is (162,197,250). Sum of RGB (Red+Green+Blue) = 162+197+250=609 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.60% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2C5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C5FA is #5D3A05. Grayscale: #C0C0C0. Windows color (decimal): -6109702 or 16434594. OLE color: 16434594.
HSL color Cylindrical-coordinate representation of color #A2C5FA: hue angle of 216.14º 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 #A2C5FA is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 197 | 250 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.02 |
| HSL | 216.14º | 0.9% | 0.81% | - |
| HSV(B) | 216.14º | 0.35% | 0.98% | - |
| XYZ | 52.12 | 54.52 | 98.22 | - |
| YUV | 192.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 250 | 0.35 | 0.21 | 0 | 0.02 | 216.14 | 0.9 | 0.81 |
| Hex | A2 | C5 | FA | 23 | 15 | 0 | 2 | D8 | 5A | 51 |
| Octal | 242 | 305 | 372 | 43 | 25 | 0 | 2 | 330 | 132 | 121 |
| Binary | 10100010 | 11000101 | 11111010 | 100011 | 10101 | 0 | 10 | 11011000 | 1011010 | 1010001 |
Color Harmonies of #A2C5FA
Complementary color
Monochromatic Colors of #A2C5FA
Black with #A2C5FA
Text Example
Text Example
White with #A2C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C5FA; }
p { color: rgb(162,197,250); }
H1.HeaderClassName
{
color: #A2C5FA;
}
.AnyTagClassName
{
color: #A2C5FA;
}
</style>
background-color css
<style>
a { background-color: #A2C5FA; }
a { background-color: rgb(162,197,250); }
div.DivClassName
{
background-color: #A2C5FA;
}
.BgClassName
{
background-color: #A2C5FA;
}
</style>
border-color css
<style>
span { border-color: #A2C5FA; }
span { border-color: rgb(162,197,250); }
td.TdClassName
{
border-color: #A2C5FA;
}
.TagClassName
{
border-color: #A2C5FA;
}
</style>