Shades of Deep Sky Blue #00ADED
Tints of Deep Sky Blue #00ADED
RGB
CMYK
RGB Variations
Color information
#00ADED (or 0x00ADED) is known color: Deep Sky Blue. HEX triplet: 00, AD and ED. RGB value is (0,173,237). Sum of RGB (Red+Green+Blue) = 0+173+237=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #00ADED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ADED is #FF5212. Grayscale: #808080. Windows color (decimal): -16732691 or 15576320. OLE color: 15576320.
HSL color Cylindrical-coordinate representation of color #00ADED: hue angle of 196.2º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADED is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 173 | 237 | - |
| CMYK | 1 | 0.27 | 0 | 0.07 |
| HSL | 196.2º | 1% | 0.46% | - |
| HSV(B) | 196.2º | 1% | 0.93% | - |
| XYZ | 30.23 | 36 | 85.48 | - |
| YUV | 128.57 | 189.19 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 237 | 1 | 0.27 | 0 | 0.07 | 196.2 | 1 | 0.46 |
| Hex | 0 | AD | ED | 64 | 1B | 0 | 7 | C4 | 64 | 2E |
| Octal | 0 | 255 | 355 | 144 | 33 | 0 | 7 | 304 | 144 | 56 |
| Binary | 0 | 10101101 | 11101101 | 1100100 | 11011 | 0 | 111 | 11000100 | 1100100 | 101110 |
Color Harmonies of #00ADED
Complementary color
Monochromatic Colors of #00ADED
Black with #00ADED
Text Example
Text Example
White with #00ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADED; }
p { color: rgb(0,173,237); }
H1.HeaderClassName
{
color: #00ADED;
}
.AnyTagClassName
{
color: #00ADED;
}
</style>
background-color css
<style>
a { background-color: #00ADED; }
a { background-color: rgb(0,173,237); }
div.DivClassName
{
background-color: #00ADED;
}
.BgClassName
{
background-color: #00ADED;
}
</style>
border-color css
<style>
span { border-color: #00ADED; }
span { border-color: rgb(0,173,237); }
td.TdClassName
{
border-color: #00ADED;
}
.TagClassName
{
border-color: #00ADED;
}
</style>