Html Css Color HEX #ABCFFC Pale Cornflower Blue
📋 copy color: '#ABCFFC'red 171 ◦ green 207 ◦ blue 252
Shades of Pale Cornflower Blue #ABCFFC
Tints of Pale Cornflower Blue #ABCFFC
RGB
CMYK
RGB Variations
Color information
#ABCFFC (or 0xABCFFC) is known color: Pale Cornflower Blue. HEX triplet: AB, CF and FC. RGB value is (171,207,252). Sum of RGB (Red+Green+Blue) = 171+207+252=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABCFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFFC is #543003. Grayscale: #C9C9C9. Windows color (decimal): -5517316 or 16568235. OLE color: 16568235.
HSL color Cylindrical-coordinate representation of color #ABCFFC: hue angle of 213.33º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABCFFC is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 207 | 252 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.01 |
| HSL | 213.33º | 0.93% | 0.83% | - |
| HSV(B) | 213.33º | 0.32% | 0.99% | - |
| XYZ | 56.68 | 60.31 | 100.75 | - |
| YUV | 201.37 | 156.57 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 252 | 0.32 | 0.18 | 0 | 0.01 | 213.33 | 0.93 | 0.83 |
| Hex | AB | CF | FC | 20 | 12 | 0 | 1 | D5 | 5D | 53 |
| Octal | 253 | 317 | 374 | 40 | 22 | 0 | 1 | 325 | 135 | 123 |
| Binary | 10101011 | 11001111 | 11111100 | 100000 | 10010 | 0 | 1 | 11010101 | 1011101 | 1010011 |
Color Harmonies of #ABCFFC
Complementary color
Monochromatic Colors of #ABCFFC
Black with #ABCFFC
Text Example
Text Example
White with #ABCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFFC; }
p { color: rgb(171,207,252); }
H1.HeaderClassName
{
color: #ABCFFC;
}
.AnyTagClassName
{
color: #ABCFFC;
}
</style>
background-color css
<style>
a { background-color: #ABCFFC; }
a { background-color: rgb(171,207,252); }
div.DivClassName
{
background-color: #ABCFFC;
}
.BgClassName
{
background-color: #ABCFFC;
}
</style>
border-color css
<style>
span { border-color: #ABCFFC; }
span { border-color: rgb(171,207,252); }
td.TdClassName
{
border-color: #ABCFFC;
}
.TagClassName
{
border-color: #ABCFFC;
}
</style>