Html Css Color HEX #A1C2FE Pale Cornflower Blue
📋 copy color: '#A1C2FE'red 161 ◦ green 194 ◦ blue 254
Shades of Pale Cornflower Blue #A1C2FE
Tints of Pale Cornflower Blue #A1C2FE
RGB
CMYK
RGB Variations
Color information
#A1C2FE (or 0xA1C2FE) is known color: Pale Cornflower Blue. HEX triplet: A1, C2 and FE. RGB value is (161,194,254). Sum of RGB (Red+Green+Blue) = 161+194+254=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C2FE is #5E3D01. Grayscale: #BEBEBE. Windows color (decimal): -6176002 or 16695969. OLE color: 16695969.
HSL color Cylindrical-coordinate representation of color #A1C2FE: hue angle of 218.71º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1C2FE is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 194 | 254 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.00 |
| HSL | 218.71º | 0.98% | 0.81% | - |
| HSV(B) | 218.71º | 0.37% | 1% | - |
| XYZ | 51.88 | 53.32 | 101.32 | - |
| YUV | 190.97 | 163.57 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 254 | 0.37 | 0.24 | 0 | 0.00 | 218.71 | 0.98 | 0.81 |
| Hex | A1 | C2 | FE | 25 | 18 | 0 | 0 | DB | 62 | 51 |
| Octal | 241 | 302 | 376 | 45 | 30 | 0 | 0 | 333 | 142 | 121 |
| Binary | 10100001 | 11000010 | 11111110 | 100101 | 11000 | 0 | 0 | 11011011 | 1100010 | 1010001 |
Color Harmonies of #A1C2FE
Complementary color
Monochromatic Colors of #A1C2FE
Black with #A1C2FE
Text Example
Text Example
White with #A1C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C2FE; }
p { color: rgb(161,194,254); }
H1.HeaderClassName
{
color: #A1C2FE;
}
.AnyTagClassName
{
color: #A1C2FE;
}
</style>
background-color css
<style>
a { background-color: #A1C2FE; }
a { background-color: rgb(161,194,254); }
div.DivClassName
{
background-color: #A1C2FE;
}
.BgClassName
{
background-color: #A1C2FE;
}
</style>
border-color css
<style>
span { border-color: #A1C2FE; }
span { border-color: rgb(161,194,254); }
td.TdClassName
{
border-color: #A1C2FE;
}
.TagClassName
{
border-color: #A1C2FE;
}
</style>