Shades of Deep Sky Blue #08ADE5
Tints of Deep Sky Blue #08ADE5
RGB
CMYK
RGB Variations
Color information
#08ADE5 (or 0x08ADE5) is known color: Deep Sky Blue. HEX triplet: 08, AD and E5. RGB value is (8,173,229). Sum of RGB (Red+Green+Blue) = 8+173+229=410 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 229 (89.84% from 255 or 55.85% from 410); Max value from RGB is 229 - color contains mainly: blue. Hex color #08ADE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ADE5 is #F7521A. Grayscale: #818181. Windows color (decimal): -16208411 or 15052040. OLE color: 15052040.
HSL color Cylindrical-coordinate representation of color #08ADE5: hue angle of 195.2º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08ADE5 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 173 | 229 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.10 |
| HSL | 195.2º | 0.93% | 0.46% | - |
| HSV(B) | 195.2º | 0.97% | 0.9% | - |
| XYZ | 29.19 | 35.6 | 79.46 | - |
| YUV | 130.05 | 183.84 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 173 | 229 | 0.97 | 0.24 | 0 | 0.10 | 195.2 | 0.93 | 0.46 |
| Hex | 8 | AD | E5 | 61 | 18 | 0 | A | C3 | 5D | 2E |
| Octal | 10 | 255 | 345 | 141 | 30 | 0 | 12 | 303 | 135 | 56 |
| Binary | 1000 | 10101101 | 11100101 | 1100001 | 11000 | 0 | 1010 | 11000011 | 1011101 | 101110 |
Color Harmonies of #08ADE5
Complementary color
Monochromatic Colors of #08ADE5
Black with #08ADE5
Text Example
Text Example
White with #08ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ADE5; }
p { color: rgb(8,173,229); }
H1.HeaderClassName
{
color: #08ADE5;
}
.AnyTagClassName
{
color: #08ADE5;
}
</style>
background-color css
<style>
a { background-color: #08ADE5; }
a { background-color: rgb(8,173,229); }
div.DivClassName
{
background-color: #08ADE5;
}
.BgClassName
{
background-color: #08ADE5;
}
</style>
border-color css
<style>
span { border-color: #08ADE5; }
span { border-color: rgb(8,173,229); }
td.TdClassName
{
border-color: #08ADE5;
}
.TagClassName
{
border-color: #08ADE5;
}
</style>