Html Css Color HEX #ABCDFC Pale Cornflower Blue
📋 copy color: '#ABCDFC'red 171 ◦ green 205 ◦ blue 252
Shades of Pale Cornflower Blue #ABCDFC
Tints of Pale Cornflower Blue #ABCDFC
RGB
CMYK
RGB Variations
Color information
#ABCDFC (or 0xABCDFC) is known color: Pale Cornflower Blue. HEX triplet: AB, CD and FC. RGB value is (171,205,252). Sum of RGB (Red+Green+Blue) = 171+205+252=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABCDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCDFC is #543203. Grayscale: #C7C7C7. Windows color (decimal): -5517828 or 16567723. OLE color: 16567723.
HSL color Cylindrical-coordinate representation of color #ABCDFC: hue angle of 214.81º 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 #ABCDFC is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 205 | 252 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.01 |
| HSL | 214.81º | 0.93% | 0.83% | - |
| HSV(B) | 214.81º | 0.32% | 0.99% | - |
| XYZ | 56.2 | 59.35 | 100.59 | - |
| YUV | 200.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 252 | 0.32 | 0.19 | 0 | 0.01 | 214.81 | 0.93 | 0.83 |
| Hex | AB | CD | FC | 20 | 13 | 0 | 1 | D7 | 5D | 53 |
| Octal | 253 | 315 | 374 | 40 | 23 | 0 | 1 | 327 | 135 | 123 |
| Binary | 10101011 | 11001101 | 11111100 | 100000 | 10011 | 0 | 1 | 11010111 | 1011101 | 1010011 |
Color Harmonies of #ABCDFC
Complementary color
Monochromatic Colors of #ABCDFC
Black with #ABCDFC
Text Example
Text Example
White with #ABCDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDFC; }
p { color: rgb(171,205,252); }
H1.HeaderClassName
{
color: #ABCDFC;
}
.AnyTagClassName
{
color: #ABCDFC;
}
</style>
background-color css
<style>
a { background-color: #ABCDFC; }
a { background-color: rgb(171,205,252); }
div.DivClassName
{
background-color: #ABCDFC;
}
.BgClassName
{
background-color: #ABCDFC;
}
</style>
border-color css
<style>
span { border-color: #ABCDFC; }
span { border-color: rgb(171,205,252); }
td.TdClassName
{
border-color: #ABCDFC;
}
.TagClassName
{
border-color: #ABCDFC;
}
</style>