Shades of French Pass #ADD0E0
Tints of French Pass #ADD0E0
RGB
CMYK
RGB Variations
Color information
#ADD0E0 (or 0xADD0E0) is known color: French Pass. HEX triplet: AD, D0 and E0. RGB value is (173,208,224). Sum of RGB (Red+Green+Blue) = 173+208+224=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 208 (81.64% from 255 or 34.38% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADD0E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0E0 is #522F1F. Grayscale: #C7C7C7. Windows color (decimal): -5386016 or 14733485. OLE color: 14733485.
HSL color Cylindrical-coordinate representation of color #ADD0E0: hue angle of 198.82º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADD0E0 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 208 | 224 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.12 |
| HSL | 198.82º | 0.45% | 0.78% | - |
| HSV(B) | 198.82º | 0.23% | 0.88% | - |
| XYZ | 53.24 | 59.38 | 79.18 | - |
| YUV | 199.36 | 141.9 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 224 | 0.23 | 0.07 | 0 | 0.12 | 198.82 | 0.45 | 0.78 |
| Hex | AD | D0 | E0 | 17 | 7 | 0 | C | C7 | 2D | 4E |
| Octal | 255 | 320 | 340 | 27 | 7 | 0 | 14 | 307 | 55 | 116 |
| Binary | 10101101 | 11010000 | 11100000 | 10111 | 111 | 0 | 1100 | 11000111 | 101101 | 1001110 |
Color Harmonies of #ADD0E0
Complementary color
Monochromatic Colors of #ADD0E0
Black with #ADD0E0
Text Example
Text Example
White with #ADD0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0E0; }
p { color: rgb(173,208,224); }
H1.HeaderClassName
{
color: #ADD0E0;
}
.AnyTagClassName
{
color: #ADD0E0;
}
</style>
background-color css
<style>
a { background-color: #ADD0E0; }
a { background-color: rgb(173,208,224); }
div.DivClassName
{
background-color: #ADD0E0;
}
.BgClassName
{
background-color: #ADD0E0;
}
</style>
border-color css
<style>
span { border-color: #ADD0E0; }
span { border-color: rgb(173,208,224); }
td.TdClassName
{
border-color: #ADD0E0;
}
.TagClassName
{
border-color: #ADD0E0;
}
</style>