Html Css Color HEX #ABD8FA Pale Cornflower Blue
📋 copy color: '#ABD8FA'red 171 ◦ green 216 ◦ blue 250
Shades of Pale Cornflower Blue #ABD8FA
Tints of Pale Cornflower Blue #ABD8FA
RGB
CMYK
RGB Variations
Color information
#ABD8FA (or 0xABD8FA) is known color: Pale Cornflower Blue. HEX triplet: AB, D8 and FA. RGB value is (171,216,250). Sum of RGB (Red+Green+Blue) = 171+216+250=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABD8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD8FA is #542705. Grayscale: #CECECE. Windows color (decimal): -5515014 or 16439467. OLE color: 16439467.
HSL color Cylindrical-coordinate representation of color #ABD8FA: hue angle of 205.82º degrees, saturation: 0.89, 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 #ABD8FA is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 216 | 250 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.02 |
| HSL | 205.82º | 0.89% | 0.83% | - |
| HSV(B) | 205.82º | 0.32% | 0.98% | - |
| XYZ | 58.61 | 64.67 | 99.84 | - |
| YUV | 206.42 | 152.59 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 216 | 250 | 0.32 | 0.14 | 0 | 0.02 | 205.82 | 0.89 | 0.83 |
| Hex | AB | D8 | FA | 20 | E | 0 | 2 | CE | 59 | 53 |
| Octal | 253 | 330 | 372 | 40 | 16 | 0 | 2 | 316 | 131 | 123 |
| Binary | 10101011 | 11011000 | 11111010 | 100000 | 1110 | 0 | 10 | 11001110 | 1011001 | 1010011 |
Color Harmonies of #ABD8FA
Complementary color
Monochromatic Colors of #ABD8FA
Black with #ABD8FA
Text Example
Text Example
White with #ABD8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD8FA; }
p { color: rgb(171,216,250); }
H1.HeaderClassName
{
color: #ABD8FA;
}
.AnyTagClassName
{
color: #ABD8FA;
}
</style>
background-color css
<style>
a { background-color: #ABD8FA; }
a { background-color: rgb(171,216,250); }
div.DivClassName
{
background-color: #ABD8FA;
}
.BgClassName
{
background-color: #ABD8FA;
}
</style>
border-color css
<style>
span { border-color: #ABD8FA; }
span { border-color: rgb(171,216,250); }
td.TdClassName
{
border-color: #ABD8FA;
}
.TagClassName
{
border-color: #ABD8FA;
}
</style>