Html Css Color HEX #ABD8FB Pale Cornflower Blue
📋 copy color: '#ABD8FB'red 171 ◦ green 216 ◦ blue 251
Shades of Pale Cornflower Blue #ABD8FB
Tints of Pale Cornflower Blue #ABD8FB
RGB
CMYK
RGB Variations
Color information
#ABD8FB (or 0xABD8FB) is known color: Pale Cornflower Blue. HEX triplet: AB, D8 and FB. RGB value is (171,216,251). Sum of RGB (Red+Green+Blue) = 171+216+251=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABD8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD8FB is #542704. Grayscale: #CECECE. Windows color (decimal): -5515013 or 16505003. OLE color: 16505003.
HSL color Cylindrical-coordinate representation of color #ABD8FB: hue angle of 206.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABD8FB is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 216 | 251 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.02 |
| HSL | 206.25º | 0.91% | 0.83% | - |
| HSV(B) | 206.25º | 0.32% | 0.98% | - |
| XYZ | 58.76 | 64.73 | 100.66 | - |
| YUV | 206.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 216 | 251 | 0.32 | 0.14 | 0 | 0.02 | 206.25 | 0.91 | 0.83 |
| Hex | AB | D8 | FB | 20 | E | 0 | 2 | CE | 5B | 53 |
| Octal | 253 | 330 | 373 | 40 | 16 | 0 | 2 | 316 | 133 | 123 |
| Binary | 10101011 | 11011000 | 11111011 | 100000 | 1110 | 0 | 10 | 11001110 | 1011011 | 1010011 |
Color Harmonies of #ABD8FB
Complementary color
Monochromatic Colors of #ABD8FB
Black with #ABD8FB
Text Example
Text Example
White with #ABD8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD8FB; }
p { color: rgb(171,216,251); }
H1.HeaderClassName
{
color: #ABD8FB;
}
.AnyTagClassName
{
color: #ABD8FB;
}
</style>
background-color css
<style>
a { background-color: #ABD8FB; }
a { background-color: rgb(171,216,251); }
div.DivClassName
{
background-color: #ABD8FB;
}
.BgClassName
{
background-color: #ABD8FB;
}
</style>
border-color css
<style>
span { border-color: #ABD8FB; }
span { border-color: rgb(171,216,251); }
td.TdClassName
{
border-color: #ABD8FB;
}
.TagClassName
{
border-color: #ABD8FB;
}
</style>