Html Css Color HEX #A2C5ED Pale Cornflower Blue
📋 copy color: '#A2C5ED'red 162 ◦ green 197 ◦ blue 237
Shades of Pale Cornflower Blue #A2C5ED
Tints of Pale Cornflower Blue #A2C5ED
RGB
CMYK
RGB Variations
Color information
#A2C5ED (or 0xA2C5ED) is known color: Pale Cornflower Blue. HEX triplet: A2, C5 and ED. RGB value is (162,197,237). Sum of RGB (Red+Green+Blue) = 162+197+237=596 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.18% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2C5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C5ED is #5D3A12. Grayscale: #BEBEBE. Windows color (decimal): -6109715 or 15582626. OLE color: 15582626.
HSL color Cylindrical-coordinate representation of color #A2C5ED: hue angle of 212º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2C5ED is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 197 | 237 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.07 |
| HSL | 212º | 0.68% | 0.78% | - |
| HSV(B) | 212º | 0.32% | 0.93% | - |
| XYZ | 50.15 | 53.73 | 87.85 | - |
| YUV | 191.1 | 153.9 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 237 | 0.32 | 0.17 | 0 | 0.07 | 212 | 0.68 | 0.78 |
| Hex | A2 | C5 | ED | 20 | 11 | 0 | 7 | D4 | 44 | 4E |
| Octal | 242 | 305 | 355 | 40 | 21 | 0 | 7 | 324 | 104 | 116 |
| Binary | 10100010 | 11000101 | 11101101 | 100000 | 10001 | 0 | 111 | 11010100 | 1000100 | 1001110 |
Color Harmonies of #A2C5ED
Complementary color
Monochromatic Colors of #A2C5ED
Black with #A2C5ED
Text Example
Text Example
White with #A2C5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C5ED; }
p { color: rgb(162,197,237); }
H1.HeaderClassName
{
color: #A2C5ED;
}
.AnyTagClassName
{
color: #A2C5ED;
}
</style>
background-color css
<style>
a { background-color: #A2C5ED; }
a { background-color: rgb(162,197,237); }
div.DivClassName
{
background-color: #A2C5ED;
}
.BgClassName
{
background-color: #A2C5ED;
}
</style>
border-color css
<style>
span { border-color: #A2C5ED; }
span { border-color: rgb(162,197,237); }
td.TdClassName
{
border-color: #A2C5ED;
}
.TagClassName
{
border-color: #A2C5ED;
}
</style>