Html Css Color HEX #A1CEFE Pale Cornflower Blue
📋 copy color: '#A1CEFE'red 161 ◦ green 206 ◦ blue 254
Shades of Pale Cornflower Blue #A1CEFE
Tints of Pale Cornflower Blue #A1CEFE
RGB
CMYK
RGB Variations
Color information
#A1CEFE (or 0xA1CEFE) is known color: Pale Cornflower Blue. HEX triplet: A1, CE and FE. RGB value is (161,206,254). Sum of RGB (Red+Green+Blue) = 161+206+254=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CEFE is #5E3101. Grayscale: #C5C5C5. Windows color (decimal): -6172930 or 16699041. OLE color: 16699041.
HSL color Cylindrical-coordinate representation of color #A1CEFE: hue angle of 210.97º 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 #A1CEFE is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 206 | 254 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.00 |
| HSL | 210.97º | 0.98% | 0.81% | - |
| HSV(B) | 210.97º | 0.37% | 1% | - |
| XYZ | 54.66 | 58.88 | 102.25 | - |
| YUV | 198.02 | 159.59 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 254 | 0.37 | 0.19 | 0 | 0.00 | 210.97 | 0.98 | 0.81 |
| Hex | A1 | CE | FE | 25 | 13 | 0 | 0 | D3 | 62 | 51 |
| Octal | 241 | 316 | 376 | 45 | 23 | 0 | 0 | 323 | 142 | 121 |
| Binary | 10100001 | 11001110 | 11111110 | 100101 | 10011 | 0 | 0 | 11010011 | 1100010 | 1010001 |
Color Harmonies of #A1CEFE
Complementary color
Monochromatic Colors of #A1CEFE
Black with #A1CEFE
Text Example
Text Example
White with #A1CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEFE; }
p { color: rgb(161,206,254); }
H1.HeaderClassName
{
color: #A1CEFE;
}
.AnyTagClassName
{
color: #A1CEFE;
}
</style>
background-color css
<style>
a { background-color: #A1CEFE; }
a { background-color: rgb(161,206,254); }
div.DivClassName
{
background-color: #A1CEFE;
}
.BgClassName
{
background-color: #A1CEFE;
}
</style>
border-color css
<style>
span { border-color: #A1CEFE; }
span { border-color: rgb(161,206,254); }
td.TdClassName
{
border-color: #A1CEFE;
}
.TagClassName
{
border-color: #A1CEFE;
}
</style>