Shades of Deep Sky Blue #00ADE9
Tints of Deep Sky Blue #00ADE9
RGB
CMYK
RGB Variations
Color information
#00ADE9 (or 0x00ADE9) is known color: Deep Sky Blue. HEX triplet: 00, AD and E9. RGB value is (0,173,233). Sum of RGB (Red+Green+Blue) = 0+173+233=406 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 233 (91.41% from 255 or 57.39% from 406); Max value from RGB is 233 - color contains mainly: blue. Hex color #00ADE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ADE9 is #FF5216. Grayscale: #7F7F7F. Windows color (decimal): -16732695 or 15314176. OLE color: 15314176.
HSL color Cylindrical-coordinate representation of color #00ADE9: hue angle of 195.45º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADE9 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 173 | 233 | - |
| CMYK | 1 | 0.26 | 0 | 0.09 |
| HSL | 195.45º | 1% | 0.46% | - |
| HSV(B) | 195.45º | 1% | 0.91% | - |
| XYZ | 29.65 | 35.77 | 82.43 | - |
| YUV | 128.11 | 187.19 | 36.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 233 | 1 | 0.26 | 0 | 0.09 | 195.45 | 1 | 0.46 |
| Hex | 0 | AD | E9 | 64 | 1A | 0 | 9 | C3 | 64 | 2E |
| Octal | 0 | 255 | 351 | 144 | 32 | 0 | 11 | 303 | 144 | 56 |
| Binary | 0 | 10101101 | 11101001 | 1100100 | 11010 | 0 | 1001 | 11000011 | 1100100 | 101110 |
Color Harmonies of #00ADE9
Complementary color
Monochromatic Colors of #00ADE9
Black with #00ADE9
Text Example
Text Example
White with #00ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADE9; }
p { color: rgb(0,173,233); }
H1.HeaderClassName
{
color: #00ADE9;
}
.AnyTagClassName
{
color: #00ADE9;
}
</style>
background-color css
<style>
a { background-color: #00ADE9; }
a { background-color: rgb(0,173,233); }
div.DivClassName
{
background-color: #00ADE9;
}
.BgClassName
{
background-color: #00ADE9;
}
</style>
border-color css
<style>
span { border-color: #00ADE9; }
span { border-color: rgb(0,173,233); }
td.TdClassName
{
border-color: #00ADE9;
}
.TagClassName
{
border-color: #00ADE9;
}
</style>