Html Css Color HEX #A2C9F1 Pale Cornflower Blue
📋 copy color: '#A2C9F1'red 162 ◦ green 201 ◦ blue 241
Shades of Pale Cornflower Blue #A2C9F1
Tints of Pale Cornflower Blue #A2C9F1
RGB
CMYK
RGB Variations
Color information
#A2C9F1 (or 0xA2C9F1) is known color: Pale Cornflower Blue. HEX triplet: A2, C9 and F1. RGB value is (162,201,241). Sum of RGB (Red+Green+Blue) = 162+201+241=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #A2C9F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C9F1 is #5D360E. Grayscale: #C1C1C1. Windows color (decimal): -6108687 or 15845794. OLE color: 15845794.
HSL color Cylindrical-coordinate representation of color #A2C9F1: hue angle of 210.38º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2C9F1 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 201 | 241 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.05 |
| HSL | 210.38º | 0.74% | 0.79% | - |
| HSV(B) | 210.38º | 0.33% | 0.95% | - |
| XYZ | 51.66 | 55.81 | 91.27 | - |
| YUV | 193.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 241 | 0.33 | 0.17 | 0 | 0.05 | 210.38 | 0.74 | 0.79 |
| Hex | A2 | C9 | F1 | 21 | 11 | 0 | 5 | D2 | 4A | 4F |
| Octal | 242 | 311 | 361 | 41 | 21 | 0 | 5 | 322 | 112 | 117 |
| Binary | 10100010 | 11001001 | 11110001 | 100001 | 10001 | 0 | 101 | 11010010 | 1001010 | 1001111 |
Color Harmonies of #A2C9F1
Complementary color
Monochromatic Colors of #A2C9F1
Black with #A2C9F1
Text Example
Text Example
White with #A2C9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C9F1; }
p { color: rgb(162,201,241); }
H1.HeaderClassName
{
color: #A2C9F1;
}
.AnyTagClassName
{
color: #A2C9F1;
}
</style>
background-color css
<style>
a { background-color: #A2C9F1; }
a { background-color: rgb(162,201,241); }
div.DivClassName
{
background-color: #A2C9F1;
}
.BgClassName
{
background-color: #A2C9F1;
}
</style>
border-color css
<style>
span { border-color: #A2C9F1; }
span { border-color: rgb(162,201,241); }
td.TdClassName
{
border-color: #A2C9F1;
}
.TagClassName
{
border-color: #A2C9F1;
}
</style>