Html Css Color HEX #ADD2F9 Pale Cornflower Blue
📋 copy color: '#ADD2F9'red 173 ◦ green 210 ◦ blue 249
Shades of Pale Cornflower Blue #ADD2F9
Tints of Pale Cornflower Blue #ADD2F9
RGB
CMYK
RGB Variations
Color information
#ADD2F9 (or 0xADD2F9) is known color: Pale Cornflower Blue. HEX triplet: AD, D2 and F9. RGB value is (173,210,249). Sum of RGB (Red+Green+Blue) = 173+210+249=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADD2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2F9 is #522D06. Grayscale: #CBCBCB. Windows color (decimal): -5385479 or 16372397. OLE color: 16372397.
HSL color Cylindrical-coordinate representation of color #ADD2F9: hue angle of 210.79º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD2F9 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 210 | 249 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.02 |
| HSL | 210.79º | 0.86% | 0.83% | - |
| HSV(B) | 210.79º | 0.31% | 0.98% | - |
| XYZ | 57.38 | 61.82 | 98.53 | - |
| YUV | 203.38 | 153.74 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 249 | 0.31 | 0.16 | 0 | 0.02 | 210.79 | 0.86 | 0.83 |
| Hex | AD | D2 | F9 | 1F | 10 | 0 | 2 | D3 | 56 | 53 |
| Octal | 255 | 322 | 371 | 37 | 20 | 0 | 2 | 323 | 126 | 123 |
| Binary | 10101101 | 11010010 | 11111001 | 11111 | 10000 | 0 | 10 | 11010011 | 1010110 | 1010011 |
Color Harmonies of #ADD2F9
Complementary color
Monochromatic Colors of #ADD2F9
Black with #ADD2F9
Text Example
Text Example
White with #ADD2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2F9; }
p { color: rgb(173,210,249); }
H1.HeaderClassName
{
color: #ADD2F9;
}
.AnyTagClassName
{
color: #ADD2F9;
}
</style>
background-color css
<style>
a { background-color: #ADD2F9; }
a { background-color: rgb(173,210,249); }
div.DivClassName
{
background-color: #ADD2F9;
}
.BgClassName
{
background-color: #ADD2F9;
}
</style>
border-color css
<style>
span { border-color: #ADD2F9; }
span { border-color: rgb(173,210,249); }
td.TdClassName
{
border-color: #ADD2F9;
}
.TagClassName
{
border-color: #ADD2F9;
}
</style>