Shades of Deep Sky Blue #00ADEB
Tints of Deep Sky Blue #00ADEB
RGB
CMYK
RGB Variations
Color information
#00ADEB (or 0x00ADEB) is known color: Deep Sky Blue. HEX triplet: 00, AD and EB. RGB value is (0,173,235). Sum of RGB (Red+Green+Blue) = 0+173+235=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #00ADEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ADEB is #FF5214. Grayscale: #7F7F7F. Windows color (decimal): -16732693 or 15445248. OLE color: 15445248.
HSL color Cylindrical-coordinate representation of color #00ADEB: hue angle of 195.83º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADEB is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 173 | 235 | - |
| CMYK | 1 | 0.26 | 0 | 0.08 |
| HSL | 195.83º | 1% | 0.46% | - |
| HSV(B) | 195.83º | 1% | 0.92% | - |
| XYZ | 29.94 | 35.89 | 83.95 | - |
| YUV | 128.34 | 188.19 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 235 | 1 | 0.26 | 0 | 0.08 | 195.83 | 1 | 0.46 |
| Hex | 0 | AD | EB | 64 | 1A | 0 | 8 | C4 | 64 | 2E |
| Octal | 0 | 255 | 353 | 144 | 32 | 0 | 10 | 304 | 144 | 56 |
| Binary | 0 | 10101101 | 11101011 | 1100100 | 11010 | 0 | 1000 | 11000100 | 1100100 | 101110 |
Color Harmonies of #00ADEB
Complementary color
Monochromatic Colors of #00ADEB
Black with #00ADEB
Text Example
Text Example
White with #00ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADEB; }
p { color: rgb(0,173,235); }
H1.HeaderClassName
{
color: #00ADEB;
}
.AnyTagClassName
{
color: #00ADEB;
}
</style>
background-color css
<style>
a { background-color: #00ADEB; }
a { background-color: rgb(0,173,235); }
div.DivClassName
{
background-color: #00ADEB;
}
.BgClassName
{
background-color: #00ADEB;
}
</style>
border-color css
<style>
span { border-color: #00ADEB; }
span { border-color: rgb(0,173,235); }
td.TdClassName
{
border-color: #00ADEB;
}
.TagClassName
{
border-color: #00ADEB;
}
</style>