Shades of Deep Sky Blue #00ADE8
Tints of Deep Sky Blue #00ADE8
RGB
CMYK
RGB Variations
Color information
#00ADE8 (or 0x00ADE8) is known color: Deep Sky Blue. HEX triplet: 00, AD and E8. RGB value is (0,173,232). Sum of RGB (Red+Green+Blue) = 0+173+232=405 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 232 (91.02% from 255 or 57.28% from 405); Max value from RGB is 232 - color contains mainly: blue. Hex color #00ADE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ADE8 is #FF5217. Grayscale: #7F7F7F. Windows color (decimal): -16732696 or 15248640. OLE color: 15248640.
HSL color Cylindrical-coordinate representation of color #00ADE8: hue angle of 195.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADE8 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 173 | 232 | - |
| CMYK | 1 | 0.25 | 0 | 0.09 |
| HSL | 195.26º | 1% | 0.45% | - |
| HSV(B) | 195.26º | 1% | 0.91% | - |
| XYZ | 29.51 | 35.71 | 81.68 | - |
| YUV | 128 | 186.69 | 36.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 232 | 1 | 0.25 | 0 | 0.09 | 195.26 | 1 | 0.45 |
| Hex | 0 | AD | E8 | 64 | 19 | 0 | 9 | C3 | 64 | 2D |
| Octal | 0 | 255 | 350 | 144 | 31 | 0 | 11 | 303 | 144 | 55 |
| Binary | 0 | 10101101 | 11101000 | 1100100 | 11001 | 0 | 1001 | 11000011 | 1100100 | 101101 |
Color Harmonies of #00ADE8
Complementary color
Monochromatic Colors of #00ADE8
Black with #00ADE8
Text Example
Text Example
White with #00ADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADE8; }
p { color: rgb(0,173,232); }
H1.HeaderClassName
{
color: #00ADE8;
}
.AnyTagClassName
{
color: #00ADE8;
}
</style>
background-color css
<style>
a { background-color: #00ADE8; }
a { background-color: rgb(0,173,232); }
div.DivClassName
{
background-color: #00ADE8;
}
.BgClassName
{
background-color: #00ADE8;
}
</style>
border-color css
<style>
span { border-color: #00ADE8; }
span { border-color: rgb(0,173,232); }
td.TdClassName
{
border-color: #00ADE8;
}
.TagClassName
{
border-color: #00ADE8;
}
</style>