Html Css Color HEX #ADD2EF Pale Cornflower Blue
📋 copy color: '#ADD2EF'red 173 ◦ green 210 ◦ blue 239
Shades of Pale Cornflower Blue #ADD2EF
Tints of Pale Cornflower Blue #ADD2EF
RGB
CMYK
RGB Variations
Color information
#ADD2EF (or 0xADD2EF) is known color: Pale Cornflower Blue. HEX triplet: AD, D2 and EF. RGB value is (173,210,239). Sum of RGB (Red+Green+Blue) = 173+210+239=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADD2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD2EF is #522D10. Grayscale: #CACACA. Windows color (decimal): -5385489 or 15717037. OLE color: 15717037.
HSL color Cylindrical-coordinate representation of color #ADD2EF: hue angle of 206.36º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD2EF is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 210 | 239 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.06 |
| HSL | 206.36º | 0.67% | 0.81% | - |
| HSV(B) | 206.36º | 0.28% | 0.94% | - |
| XYZ | 55.86 | 61.21 | 90.53 | - |
| YUV | 202.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 239 | 0.28 | 0.12 | 0 | 0.06 | 206.36 | 0.67 | 0.81 |
| Hex | AD | D2 | EF | 1C | C | 0 | 6 | CE | 43 | 51 |
| Octal | 255 | 322 | 357 | 34 | 14 | 0 | 6 | 316 | 103 | 121 |
| Binary | 10101101 | 11010010 | 11101111 | 11100 | 1100 | 0 | 110 | 11001110 | 1000011 | 1010001 |
Color Harmonies of #ADD2EF
Complementary color
Monochromatic Colors of #ADD2EF
Black with #ADD2EF
Text Example
Text Example
White with #ADD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2EF; }
p { color: rgb(173,210,239); }
H1.HeaderClassName
{
color: #ADD2EF;
}
.AnyTagClassName
{
color: #ADD2EF;
}
</style>
background-color css
<style>
a { background-color: #ADD2EF; }
a { background-color: rgb(173,210,239); }
div.DivClassName
{
background-color: #ADD2EF;
}
.BgClassName
{
background-color: #ADD2EF;
}
</style>
border-color css
<style>
span { border-color: #ADD2EF; }
span { border-color: rgb(173,210,239); }
td.TdClassName
{
border-color: #ADD2EF;
}
.TagClassName
{
border-color: #ADD2EF;
}
</style>