Html Css Color HEX #ABCEFE Pale Cornflower Blue
📋 copy color: '#ABCEFE'red 171 ◦ green 206 ◦ blue 254
Shades of Pale Cornflower Blue #ABCEFE
Tints of Pale Cornflower Blue #ABCEFE
RGB
CMYK
RGB Variations
Color information
#ABCEFE (or 0xABCEFE) is known color: Pale Cornflower Blue. HEX triplet: AB, CE and FE. RGB value is (171,206,254). Sum of RGB (Red+Green+Blue) = 171+206+254=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABCEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCEFE is #543101. Grayscale: #C8C8C8. Windows color (decimal): -5517570 or 16699051. OLE color: 16699051.
HSL color Cylindrical-coordinate representation of color #ABCEFE: hue angle of 214.7º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABCEFE is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 206 | 254 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.00 |
| HSL | 214.7º | 0.98% | 0.83% | - |
| HSV(B) | 214.7º | 0.33% | 1% | - |
| XYZ | 56.76 | 59.96 | 102.35 | - |
| YUV | 201.01 | 157.9 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 254 | 0.33 | 0.19 | 0 | 0.00 | 214.7 | 0.98 | 0.83 |
| Hex | AB | CE | FE | 21 | 13 | 0 | 0 | D7 | 62 | 53 |
| Octal | 253 | 316 | 376 | 41 | 23 | 0 | 0 | 327 | 142 | 123 |
| Binary | 10101011 | 11001110 | 11111110 | 100001 | 10011 | 0 | 0 | 11010111 | 1100010 | 1010011 |
Color Harmonies of #ABCEFE
Complementary color
Monochromatic Colors of #ABCEFE
Black with #ABCEFE
Text Example
Text Example
White with #ABCEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCEFE; }
p { color: rgb(171,206,254); }
H1.HeaderClassName
{
color: #ABCEFE;
}
.AnyTagClassName
{
color: #ABCEFE;
}
</style>
background-color css
<style>
a { background-color: #ABCEFE; }
a { background-color: rgb(171,206,254); }
div.DivClassName
{
background-color: #ABCEFE;
}
.BgClassName
{
background-color: #ABCEFE;
}
</style>
border-color css
<style>
span { border-color: #ABCEFE; }
span { border-color: rgb(171,206,254); }
td.TdClassName
{
border-color: #ABCEFE;
}
.TagClassName
{
border-color: #ABCEFE;
}
</style>