Html Css Color HEX #A1C2F9 Pale Cornflower Blue
📋 copy color: '#A1C2F9'red 161 ◦ green 194 ◦ blue 249
Shades of Pale Cornflower Blue #A1C2F9
Tints of Pale Cornflower Blue #A1C2F9
RGB
CMYK
RGB Variations
Color information
#A1C2F9 (or 0xA1C2F9) is known color: Pale Cornflower Blue. HEX triplet: A1, C2 and F9. RGB value is (161,194,249). Sum of RGB (Red+Green+Blue) = 161+194+249=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #A1C2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C2F9 is #5E3D06. Grayscale: #BEBEBE. Windows color (decimal): -6176007 or 16368289. OLE color: 16368289.
HSL color Cylindrical-coordinate representation of color #A1C2F9: hue angle of 217.5º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1C2F9 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 194 | 249 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.02 |
| HSL | 217.5º | 0.88% | 0.8% | - |
| HSV(B) | 217.5º | 0.35% | 0.98% | - |
| XYZ | 51.09 | 53 | 97.16 | - |
| YUV | 190.4 | 161.07 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 249 | 0.35 | 0.22 | 0 | 0.02 | 217.5 | 0.88 | 0.8 |
| Hex | A1 | C2 | F9 | 23 | 16 | 0 | 2 | DA | 58 | 50 |
| Octal | 241 | 302 | 371 | 43 | 26 | 0 | 2 | 332 | 130 | 120 |
| Binary | 10100001 | 11000010 | 11111001 | 100011 | 10110 | 0 | 10 | 11011010 | 1011000 | 1010000 |
Color Harmonies of #A1C2F9
Complementary color
Monochromatic Colors of #A1C2F9
Black with #A1C2F9
Text Example
Text Example
White with #A1C2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C2F9; }
p { color: rgb(161,194,249); }
H1.HeaderClassName
{
color: #A1C2F9;
}
.AnyTagClassName
{
color: #A1C2F9;
}
</style>
background-color css
<style>
a { background-color: #A1C2F9; }
a { background-color: rgb(161,194,249); }
div.DivClassName
{
background-color: #A1C2F9;
}
.BgClassName
{
background-color: #A1C2F9;
}
</style>
border-color css
<style>
span { border-color: #A1C2F9; }
span { border-color: rgb(161,194,249); }
td.TdClassName
{
border-color: #A1C2F9;
}
.TagClassName
{
border-color: #A1C2F9;
}
</style>