Shades of Deep Sky Blue #0AD2EE
Tints of Deep Sky Blue #0AD2EE
RGB
CMYK
RGB Variations
Color information
#0AD2EE (or 0x0AD2EE) is known color: Deep Sky Blue. HEX triplet: 0A, D2 and EE. RGB value is (10,210,238). Sum of RGB (Red+Green+Blue) = 10+210+238=458 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.18% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #0AD2EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD2EE is #F52D11. Grayscale: #999999. Windows color (decimal): -16067858 or 15651338. OLE color: 15651338.
HSL color Cylindrical-coordinate representation of color #0AD2EE: hue angle of 187.37º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD2EE is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 210 | 238 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.07 |
| HSL | 187.37º | 0.92% | 0.49% | - |
| HSV(B) | 187.37º | 0.96% | 0.93% | - |
| XYZ | 38.6 | 52.33 | 88.96 | - |
| YUV | 153.39 | 175.74 | 25.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 210 | 238 | 0.96 | 0.12 | 0 | 0.07 | 187.37 | 0.92 | 0.49 |
| Hex | A | D2 | EE | 60 | C | 0 | 7 | BB | 5C | 31 |
| Octal | 12 | 322 | 356 | 140 | 14 | 0 | 7 | 273 | 134 | 61 |
| Binary | 1010 | 11010010 | 11101110 | 1100000 | 1100 | 0 | 111 | 10111011 | 1011100 | 110001 |
Color Harmonies of #0AD2EE
Complementary color
Monochromatic Colors of #0AD2EE
Black with #0AD2EE
Text Example
Text Example
White with #0AD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD2EE; }
p { color: rgb(10,210,238); }
H1.HeaderClassName
{
color: #0AD2EE;
}
.AnyTagClassName
{
color: #0AD2EE;
}
</style>
background-color css
<style>
a { background-color: #0AD2EE; }
a { background-color: rgb(10,210,238); }
div.DivClassName
{
background-color: #0AD2EE;
}
.BgClassName
{
background-color: #0AD2EE;
}
</style>
border-color css
<style>
span { border-color: #0AD2EE; }
span { border-color: rgb(10,210,238); }
td.TdClassName
{
border-color: #0AD2EE;
}
.TagClassName
{
border-color: #0AD2EE;
}
</style>