Html Css Color HEX #ABCBFC Pale Cornflower Blue
📋 copy color: '#ABCBFC'red 171 ◦ green 203 ◦ blue 252
Shades of Pale Cornflower Blue #ABCBFC
Tints of Pale Cornflower Blue #ABCBFC
RGB
CMYK
RGB Variations
Color information
#ABCBFC (or 0xABCBFC) is known color: Pale Cornflower Blue. HEX triplet: AB, CB and FC. RGB value is (171,203,252). Sum of RGB (Red+Green+Blue) = 171+203+252=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABCBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCBFC is #543403. Grayscale: #C6C6C6. Windows color (decimal): -5518340 or 16567211. OLE color: 16567211.
HSL color Cylindrical-coordinate representation of color #ABCBFC: hue angle of 216.3º 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 #ABCBFC is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 203 | 252 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.01 |
| HSL | 216.3º | 0.93% | 0.83% | - |
| HSV(B) | 216.3º | 0.32% | 0.99% | - |
| XYZ | 55.72 | 58.4 | 100.43 | - |
| YUV | 199.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 252 | 0.32 | 0.19 | 0 | 0.01 | 216.3 | 0.93 | 0.83 |
| Hex | AB | CB | FC | 20 | 13 | 0 | 1 | D8 | 5D | 53 |
| Octal | 253 | 313 | 374 | 40 | 23 | 0 | 1 | 330 | 135 | 123 |
| Binary | 10101011 | 11001011 | 11111100 | 100000 | 10011 | 0 | 1 | 11011000 | 1011101 | 1010011 |
Color Harmonies of #ABCBFC
Complementary color
Monochromatic Colors of #ABCBFC
Black with #ABCBFC
Text Example
Text Example
White with #ABCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBFC; }
p { color: rgb(171,203,252); }
H1.HeaderClassName
{
color: #ABCBFC;
}
.AnyTagClassName
{
color: #ABCBFC;
}
</style>
background-color css
<style>
a { background-color: #ABCBFC; }
a { background-color: rgb(171,203,252); }
div.DivClassName
{
background-color: #ABCBFC;
}
.BgClassName
{
background-color: #ABCBFC;
}
</style>
border-color css
<style>
span { border-color: #ABCBFC; }
span { border-color: rgb(171,203,252); }
td.TdClassName
{
border-color: #ABCBFC;
}
.TagClassName
{
border-color: #ABCBFC;
}
</style>