Html Css Color HEX #ABCFEC Pale Cornflower Blue
📋 copy color: '#ABCFEC'red 171 ◦ green 207 ◦ blue 236
Shades of Pale Cornflower Blue #ABCFEC
Tints of Pale Cornflower Blue #ABCFEC
RGB
CMYK
RGB Variations
Color information
#ABCFEC (or 0xABCFEC) is known color: Pale Cornflower Blue. HEX triplet: AB, CF and EC. RGB value is (171,207,236). Sum of RGB (Red+Green+Blue) = 171+207+236=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABCFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFEC is #543013. Grayscale: #C7C7C7. Windows color (decimal): -5517332 or 15519659. OLE color: 15519659.
HSL color Cylindrical-coordinate representation of color #ABCFEC: hue angle of 206.77º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABCFEC is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 207 | 236 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.07 |
| HSL | 206.77º | 0.63% | 0.8% | - |
| HSV(B) | 206.77º | 0.28% | 0.93% | - |
| XYZ | 54.25 | 59.34 | 87.95 | - |
| YUV | 199.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 236 | 0.28 | 0.12 | 0 | 0.07 | 206.77 | 0.63 | 0.8 |
| Hex | AB | CF | EC | 1C | C | 0 | 7 | CF | 3F | 50 |
| Octal | 253 | 317 | 354 | 34 | 14 | 0 | 7 | 317 | 77 | 120 |
| Binary | 10101011 | 11001111 | 11101100 | 11100 | 1100 | 0 | 111 | 11001111 | 111111 | 1010000 |
Color Harmonies of #ABCFEC
Complementary color
Monochromatic Colors of #ABCFEC
Black with #ABCFEC
Text Example
Text Example
White with #ABCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFEC; }
p { color: rgb(171,207,236); }
H1.HeaderClassName
{
color: #ABCFEC;
}
.AnyTagClassName
{
color: #ABCFEC;
}
</style>
background-color css
<style>
a { background-color: #ABCFEC; }
a { background-color: rgb(171,207,236); }
div.DivClassName
{
background-color: #ABCFEC;
}
.BgClassName
{
background-color: #ABCFEC;
}
</style>
border-color css
<style>
span { border-color: #ABCFEC; }
span { border-color: rgb(171,207,236); }
td.TdClassName
{
border-color: #ABCFEC;
}
.TagClassName
{
border-color: #ABCFEC;
}
</style>