Html Css Color HEX #ABC8FC Pale Cornflower Blue
📋 copy color: '#ABC8FC'red 171 ◦ green 200 ◦ blue 252
Shades of Pale Cornflower Blue #ABC8FC
Tints of Pale Cornflower Blue #ABC8FC
RGB
CMYK
RGB Variations
Color information
#ABC8FC (or 0xABC8FC) is known color: Pale Cornflower Blue. HEX triplet: AB, C8 and FC. RGB value is (171,200,252). Sum of RGB (Red+Green+Blue) = 171+200+252=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABC8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC8FC is #543703. Grayscale: #C5C5C5. Windows color (decimal): -5519108 or 16566443. OLE color: 16566443.
HSL color Cylindrical-coordinate representation of color #ABC8FC: hue angle of 218.52º 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 #ABC8FC is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 200 | 252 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.01 |
| HSL | 218.52º | 0.93% | 0.83% | - |
| HSV(B) | 218.52º | 0.32% | 0.99% | - |
| XYZ | 55.02 | 56.99 | 100.2 | - |
| YUV | 197.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 252 | 0.32 | 0.21 | 0 | 0.01 | 218.52 | 0.93 | 0.83 |
| Hex | AB | C8 | FC | 20 | 15 | 0 | 1 | DB | 5D | 53 |
| Octal | 253 | 310 | 374 | 40 | 25 | 0 | 1 | 333 | 135 | 123 |
| Binary | 10101011 | 11001000 | 11111100 | 100000 | 10101 | 0 | 1 | 11011011 | 1011101 | 1010011 |
Color Harmonies of #ABC8FC
Complementary color
Monochromatic Colors of #ABC8FC
Black with #ABC8FC
Text Example
Text Example
White with #ABC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC8FC; }
p { color: rgb(171,200,252); }
H1.HeaderClassName
{
color: #ABC8FC;
}
.AnyTagClassName
{
color: #ABC8FC;
}
</style>
background-color css
<style>
a { background-color: #ABC8FC; }
a { background-color: rgb(171,200,252); }
div.DivClassName
{
background-color: #ABC8FC;
}
.BgClassName
{
background-color: #ABC8FC;
}
</style>
border-color css
<style>
span { border-color: #ABC8FC; }
span { border-color: rgb(171,200,252); }
td.TdClassName
{
border-color: #ABC8FC;
}
.TagClassName
{
border-color: #ABC8FC;
}
</style>