Html Css Color HEX #ADD0EF Pale Cornflower Blue
📋 copy color: '#ADD0EF'red 173 ◦ green 208 ◦ blue 239
Shades of Pale Cornflower Blue #ADD0EF
Tints of Pale Cornflower Blue #ADD0EF
RGB
CMYK
RGB Variations
Color information
#ADD0EF (or 0xADD0EF) is known color: Pale Cornflower Blue. HEX triplet: AD, D0 and EF. RGB value is (173,208,239). Sum of RGB (Red+Green+Blue) = 173+208+239=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADD0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0EF is #522F10. Grayscale: #C8C8C8. Windows color (decimal): -5386001 or 15716525. OLE color: 15716525.
HSL color Cylindrical-coordinate representation of color #ADD0EF: hue angle of 208.18º 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 #ADD0EF is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 208 | 239 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.06 |
| HSL | 208.18º | 0.67% | 0.81% | - |
| HSV(B) | 208.18º | 0.28% | 0.94% | - |
| XYZ | 55.37 | 60.23 | 90.37 | - |
| YUV | 201.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 239 | 0.28 | 0.13 | 0 | 0.06 | 208.18 | 0.67 | 0.81 |
| Hex | AD | D0 | EF | 1C | D | 0 | 6 | D0 | 43 | 51 |
| Octal | 255 | 320 | 357 | 34 | 15 | 0 | 6 | 320 | 103 | 121 |
| Binary | 10101101 | 11010000 | 11101111 | 11100 | 1101 | 0 | 110 | 11010000 | 1000011 | 1010001 |
Color Harmonies of #ADD0EF
Complementary color
Monochromatic Colors of #ADD0EF
Black with #ADD0EF
Text Example
Text Example
White with #ADD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0EF; }
p { color: rgb(173,208,239); }
H1.HeaderClassName
{
color: #ADD0EF;
}
.AnyTagClassName
{
color: #ADD0EF;
}
</style>
background-color css
<style>
a { background-color: #ADD0EF; }
a { background-color: rgb(173,208,239); }
div.DivClassName
{
background-color: #ADD0EF;
}
.BgClassName
{
background-color: #ADD0EF;
}
</style>
border-color css
<style>
span { border-color: #ADD0EF; }
span { border-color: rgb(173,208,239); }
td.TdClassName
{
border-color: #ADD0EF;
}
.TagClassName
{
border-color: #ADD0EF;
}
</style>