Html Css Color HEX #ABCEFA Pale Cornflower Blue
📋 copy color: '#ABCEFA'red 171 ◦ green 206 ◦ blue 250
Shades of Pale Cornflower Blue #ABCEFA
Tints of Pale Cornflower Blue #ABCEFA
RGB
CMYK
RGB Variations
Color information
#ABCEFA (or 0xABCEFA) is known color: Pale Cornflower Blue. HEX triplet: AB, CE and FA. RGB value is (171,206,250). Sum of RGB (Red+Green+Blue) = 171+206+250=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABCEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCEFA is #543105. Grayscale: #C8C8C8. Windows color (decimal): -5517574 or 16436907. OLE color: 16436907.
HSL color Cylindrical-coordinate representation of color #ABCEFA: hue angle of 213.42º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABCEFA is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 206 | 250 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.02 |
| HSL | 213.42º | 0.89% | 0.83% | - |
| HSV(B) | 213.42º | 0.32% | 0.98% | - |
| XYZ | 56.12 | 59.7 | 99.01 | - |
| YUV | 200.55 | 155.9 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 250 | 0.32 | 0.18 | 0 | 0.02 | 213.42 | 0.89 | 0.83 |
| Hex | AB | CE | FA | 20 | 12 | 0 | 2 | D5 | 59 | 53 |
| Octal | 253 | 316 | 372 | 40 | 22 | 0 | 2 | 325 | 131 | 123 |
| Binary | 10101011 | 11001110 | 11111010 | 100000 | 10010 | 0 | 10 | 11010101 | 1011001 | 1010011 |
Color Harmonies of #ABCEFA
Complementary color
Monochromatic Colors of #ABCEFA
Black with #ABCEFA
Text Example
Text Example
White with #ABCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCEFA; }
p { color: rgb(171,206,250); }
H1.HeaderClassName
{
color: #ABCEFA;
}
.AnyTagClassName
{
color: #ABCEFA;
}
</style>
background-color css
<style>
a { background-color: #ABCEFA; }
a { background-color: rgb(171,206,250); }
div.DivClassName
{
background-color: #ABCEFA;
}
.BgClassName
{
background-color: #ABCEFA;
}
</style>
border-color css
<style>
span { border-color: #ABCEFA; }
span { border-color: rgb(171,206,250); }
td.TdClassName
{
border-color: #ABCEFA;
}
.TagClassName
{
border-color: #ABCEFA;
}
</style>