Html Css Color HEX #ADD0ED Pale Cornflower Blue
📋 copy color: '#ADD0ED'red 173 ◦ green 208 ◦ blue 237
Shades of Pale Cornflower Blue #ADD0ED
Tints of Pale Cornflower Blue #ADD0ED
RGB
CMYK
RGB Variations
Color information
#ADD0ED (or 0xADD0ED) is known color: Pale Cornflower Blue. HEX triplet: AD, D0 and ED. RGB value is (173,208,237). Sum of RGB (Red+Green+Blue) = 173+208+237=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADD0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0ED is #522F12. Grayscale: #C8C8C8. Windows color (decimal): -5386003 or 15585453. OLE color: 15585453.
HSL color Cylindrical-coordinate representation of color #ADD0ED: hue angle of 207.19º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD0ED is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 208 | 237 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.07 |
| HSL | 207.19º | 0.64% | 0.8% | - |
| HSV(B) | 207.19º | 0.27% | 0.93% | - |
| XYZ | 55.08 | 60.11 | 88.82 | - |
| YUV | 200.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 237 | 0.27 | 0.12 | 0 | 0.07 | 207.19 | 0.64 | 0.8 |
| Hex | AD | D0 | ED | 1B | C | 0 | 7 | CF | 40 | 50 |
| Octal | 255 | 320 | 355 | 33 | 14 | 0 | 7 | 317 | 100 | 120 |
| Binary | 10101101 | 11010000 | 11101101 | 11011 | 1100 | 0 | 111 | 11001111 | 1000000 | 1010000 |
Color Harmonies of #ADD0ED
Complementary color
Monochromatic Colors of #ADD0ED
Black with #ADD0ED
Text Example
Text Example
White with #ADD0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0ED; }
p { color: rgb(173,208,237); }
H1.HeaderClassName
{
color: #ADD0ED;
}
.AnyTagClassName
{
color: #ADD0ED;
}
</style>
background-color css
<style>
a { background-color: #ADD0ED; }
a { background-color: rgb(173,208,237); }
div.DivClassName
{
background-color: #ADD0ED;
}
.BgClassName
{
background-color: #ADD0ED;
}
</style>
border-color css
<style>
span { border-color: #ADD0ED; }
span { border-color: rgb(173,208,237); }
td.TdClassName
{
border-color: #ADD0ED;
}
.TagClassName
{
border-color: #ADD0ED;
}
</style>