Html Css Color HEX #ABD2F9 Pale Cornflower Blue
📋 copy color: '#ABD2F9'red 171 ◦ green 210 ◦ blue 249
Shades of Pale Cornflower Blue #ABD2F9
Tints of Pale Cornflower Blue #ABD2F9
RGB
CMYK
RGB Variations
Color information
#ABD2F9 (or 0xABD2F9) is known color: Pale Cornflower Blue. HEX triplet: AB, D2 and F9. RGB value is (171,210,249). Sum of RGB (Red+Green+Blue) = 171+210+249=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABD2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD2F9 is #542D06. Grayscale: #CACACA. Windows color (decimal): -5516551 or 16372395. OLE color: 16372395.
HSL color Cylindrical-coordinate representation of color #ABD2F9: hue angle of 210º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABD2F9 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 210 | 249 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.02 |
| HSL | 210º | 0.87% | 0.82% | - |
| HSV(B) | 210º | 0.31% | 0.98% | - |
| XYZ | 56.94 | 61.59 | 98.51 | - |
| YUV | 202.79 | 154.08 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 249 | 0.31 | 0.16 | 0 | 0.02 | 210 | 0.87 | 0.82 |
| Hex | AB | D2 | F9 | 1F | 10 | 0 | 2 | D2 | 57 | 52 |
| Octal | 253 | 322 | 371 | 37 | 20 | 0 | 2 | 322 | 127 | 122 |
| Binary | 10101011 | 11010010 | 11111001 | 11111 | 10000 | 0 | 10 | 11010010 | 1010111 | 1010010 |
Color Harmonies of #ABD2F9
Complementary color
Monochromatic Colors of #ABD2F9
Black with #ABD2F9
Text Example
Text Example
White with #ABD2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD2F9; }
p { color: rgb(171,210,249); }
H1.HeaderClassName
{
color: #ABD2F9;
}
.AnyTagClassName
{
color: #ABD2F9;
}
</style>
background-color css
<style>
a { background-color: #ABD2F9; }
a { background-color: rgb(171,210,249); }
div.DivClassName
{
background-color: #ABD2F9;
}
.BgClassName
{
background-color: #ABD2F9;
}
</style>
border-color css
<style>
span { border-color: #ABD2F9; }
span { border-color: rgb(171,210,249); }
td.TdClassName
{
border-color: #ABD2F9;
}
.TagClassName
{
border-color: #ABD2F9;
}
</style>