Shades of Deep Sky Blue #00ADEE
Tints of Deep Sky Blue #00ADEE
RGB
CMYK
RGB Variations
Color information
#00ADEE (or 0x00ADEE) is known color: Deep Sky Blue. HEX triplet: 00, AD and EE. RGB value is (0,173,238). Sum of RGB (Red+Green+Blue) = 0+173+238=411 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #00ADEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ADEE is #FF5211. Grayscale: #808080. Windows color (decimal): -16732690 or 15641856. OLE color: 15641856.
HSL color Cylindrical-coordinate representation of color #00ADEE: hue angle of 196.39º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADEE is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 173 | 238 | - |
| CMYK | 1 | 0.27 | 0 | 0.07 |
| HSL | 196.39º | 1% | 0.47% | - |
| HSV(B) | 196.39º | 1% | 0.93% | - |
| XYZ | 30.38 | 36.06 | 86.25 | - |
| YUV | 128.68 | 189.69 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 238 | 1 | 0.27 | 0 | 0.07 | 196.39 | 1 | 0.47 |
| Hex | 0 | AD | EE | 64 | 1B | 0 | 7 | C4 | 64 | 2F |
| Octal | 0 | 255 | 356 | 144 | 33 | 0 | 7 | 304 | 144 | 57 |
| Binary | 0 | 10101101 | 11101110 | 1100100 | 11011 | 0 | 111 | 11000100 | 1100100 | 101111 |
Color Harmonies of #00ADEE
Complementary color
Monochromatic Colors of #00ADEE
Black with #00ADEE
Text Example
Text Example
White with #00ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADEE; }
p { color: rgb(0,173,238); }
H1.HeaderClassName
{
color: #00ADEE;
}
.AnyTagClassName
{
color: #00ADEE;
}
</style>
background-color css
<style>
a { background-color: #00ADEE; }
a { background-color: rgb(0,173,238); }
div.DivClassName
{
background-color: #00ADEE;
}
.BgClassName
{
background-color: #00ADEE;
}
</style>
border-color css
<style>
span { border-color: #00ADEE; }
span { border-color: rgb(0,173,238); }
td.TdClassName
{
border-color: #00ADEE;
}
.TagClassName
{
border-color: #00ADEE;
}
</style>