Shades of Deep Sky Blue #00ADEF
Tints of Deep Sky Blue #00ADEF
RGB
CMYK
RGB Variations
Color information
#00ADEF (or 0x00ADEF) is known color: Deep Sky Blue. HEX triplet: 00, AD and EF. RGB value is (0,173,239). Sum of RGB (Red+Green+Blue) = 0+173+239=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #00ADEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ADEF is #FF5210. Grayscale: #808080. Windows color (decimal): -16732689 or 15707392. OLE color: 15707392.
HSL color Cylindrical-coordinate representation of color #00ADEF: hue angle of 196.57º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADEF is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 0 | 173 | 239 | - |
CMYK | 1 | 0.28 | 0 | 0.06 |
HSL | 196.57º | 1% | 0.47% | - |
HSV(B) | 196.57º | 1% | 0.94% | - |
XYZ | 30.52 | 36.12 | 87.02 | - |
YUV | 128.8 | 190.19 | 36.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 173 | 239 | 1 | 0.28 | 0 | 0.06 | 196.57 | 1 | 0.47 |
Hex | 0 | AD | EF | 64 | 1C | 0 | 6 | C5 | 64 | 2F |
Octal | 0 | 255 | 357 | 144 | 34 | 0 | 6 | 305 | 144 | 57 |
Binary | 0 | 10101101 | 11101111 | 1100100 | 11100 | 0 | 110 | 11000101 | 1100100 | 101111 |
Color Harmonies of #00ADEF
Complementary color
Monochromatic Colors of #00ADEF
Black with #00ADEF
Text Example
Text Example
White with #00ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADEF; }
p { color: rgb(0,173,239); }
H1.HeaderClassName
{
color: #00ADEF;
}
.AnyTagClassName
{
color: #00ADEF;
}
</style>
background-color css
<style>
a { background-color: #00ADEF; }
a { background-color: rgb(0,173,239); }
div.DivClassName
{
background-color: #00ADEF;
}
.BgClassName
{
background-color: #00ADEF;
}
</style>
border-color css
<style>
span { border-color: #00ADEF; }
span { border-color: rgb(0,173,239); }
td.TdClassName
{
border-color: #00ADEF;
}
.TagClassName
{
border-color: #00ADEF;
}
</style>