Shades of Deep Sky Blue #0AD2FF
Tints of Deep Sky Blue #0AD2FF
RGB
CMYK
RGB Variations
Color information
#0AD2FF (or 0x0AD2FF) is known color: Deep Sky Blue. HEX triplet: 0A, D2 and FF. RGB value is (10,210,255). Sum of RGB (Red+Green+Blue) = 10+210+255=475 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.11% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AD2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD2FF is #F52D00. Grayscale: #9A9A9A. Windows color (decimal): -16067841 or 16765450. OLE color: 16765450.
HSL color Cylindrical-coordinate representation of color #0AD2FF: hue angle of 191.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD2FF is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 210 | 255 | - |
| CMYK | 0.96 | 0.18 | 0 | 0 |
| HSL | 191.02º | 1% | 0.52% | - |
| HSV(B) | 191.02º | 0.96% | 1% | - |
| XYZ | 41.22 | 53.38 | 102.74 | - |
| YUV | 155.33 | 184.24 | 24.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 210 | 255 | 0.96 | 0.18 | 0 | 0 | 191.02 | 1 | 0.52 |
| Hex | A | D2 | FF | 60 | 12 | 0 | 0 | BF | 64 | 34 |
| Octal | 12 | 322 | 377 | 140 | 22 | 0 | 0 | 277 | 144 | 64 |
| Binary | 1010 | 11010010 | 11111111 | 1100000 | 10010 | 0 | 0 | 10111111 | 1100100 | 110100 |
Color Harmonies of #0AD2FF
Complementary color
Monochromatic Colors of #0AD2FF
Black with #0AD2FF
Text Example
Text Example
White with #0AD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD2FF; }
p { color: rgb(10,210,255); }
H1.HeaderClassName
{
color: #0AD2FF;
}
.AnyTagClassName
{
color: #0AD2FF;
}
</style>
background-color css
<style>
a { background-color: #0AD2FF; }
a { background-color: rgb(10,210,255); }
div.DivClassName
{
background-color: #0AD2FF;
}
.BgClassName
{
background-color: #0AD2FF;
}
</style>
border-color css
<style>
span { border-color: #0AD2FF; }
span { border-color: rgb(10,210,255); }
td.TdClassName
{
border-color: #0AD2FF;
}
.TagClassName
{
border-color: #0AD2FF;
}
</style>