Html Css Color HEX #A1C9FC Pale Cornflower Blue
📋 copy color: '#A1C9FC'red 161 ◦ green 201 ◦ blue 252
Shades of Pale Cornflower Blue #A1C9FC
Tints of Pale Cornflower Blue #A1C9FC
RGB
CMYK
RGB Variations
Color information
#A1C9FC (or 0xA1C9FC) is known color: Pale Cornflower Blue. HEX triplet: A1, C9 and FC. RGB value is (161,201,252). Sum of RGB (Red+Green+Blue) = 161+201+252=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 201 (78.91% from 255 or 32.74% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1C9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C9FC is #5E3603. Grayscale: #C2C2C2. Windows color (decimal): -6174212 or 16566689. OLE color: 16566689.
HSL color Cylindrical-coordinate representation of color #A1C9FC: hue angle of 213.63º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1C9FC is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 201 | 252 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.01 |
| HSL | 213.63º | 0.94% | 0.81% | - |
| HSV(B) | 213.63º | 0.36% | 0.99% | - |
| XYZ | 53.16 | 56.38 | 100.18 | - |
| YUV | 194.85 | 160.25 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 252 | 0.36 | 0.20 | 0 | 0.01 | 213.63 | 0.94 | 0.81 |
| Hex | A1 | C9 | FC | 24 | 14 | 0 | 1 | D6 | 5E | 51 |
| Octal | 241 | 311 | 374 | 44 | 24 | 0 | 1 | 326 | 136 | 121 |
| Binary | 10100001 | 11001001 | 11111100 | 100100 | 10100 | 0 | 1 | 11010110 | 1011110 | 1010001 |
Color Harmonies of #A1C9FC
Complementary color
Monochromatic Colors of #A1C9FC
Black with #A1C9FC
Text Example
Text Example
White with #A1C9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C9FC; }
p { color: rgb(161,201,252); }
H1.HeaderClassName
{
color: #A1C9FC;
}
.AnyTagClassName
{
color: #A1C9FC;
}
</style>
background-color css
<style>
a { background-color: #A1C9FC; }
a { background-color: rgb(161,201,252); }
div.DivClassName
{
background-color: #A1C9FC;
}
.BgClassName
{
background-color: #A1C9FC;
}
</style>
border-color css
<style>
span { border-color: #A1C9FC; }
span { border-color: rgb(161,201,252); }
td.TdClassName
{
border-color: #A1C9FC;
}
.TagClassName
{
border-color: #A1C9FC;
}
</style>