Shades of Deep Sky Blue #0AD0FF
Tints of Deep Sky Blue #0AD0FF
RGB
CMYK
RGB Variations
Color information
#0AD0FF (or 0x0AD0FF) is known color: Deep Sky Blue. HEX triplet: 0A, D0 and FF. RGB value is (10,208,255). Sum of RGB (Red+Green+Blue) = 10+208+255=473 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.11% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AD0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD0FF is #F52F00. Grayscale: #999999. Windows color (decimal): -16068353 or 16764938. OLE color: 16764938.
HSL color Cylindrical-coordinate representation of color #0AD0FF: hue angle of 191.51º 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 #0AD0FF is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 208 | 255 | - |
| CMYK | 0.96 | 0.18 | 0 | 0 |
| HSL | 191.51º | 1% | 0.52% | - |
| HSV(B) | 191.51º | 0.96% | 1% | - |
| XYZ | 40.73 | 52.4 | 102.57 | - |
| YUV | 154.16 | 184.9 | 25.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 208 | 255 | 0.96 | 0.18 | 0 | 0 | 191.51 | 1 | 0.52 |
| Hex | A | D0 | FF | 60 | 12 | 0 | 0 | C0 | 64 | 34 |
| Octal | 12 | 320 | 377 | 140 | 22 | 0 | 0 | 300 | 144 | 64 |
| Binary | 1010 | 11010000 | 11111111 | 1100000 | 10010 | 0 | 0 | 11000000 | 1100100 | 110100 |
Color Harmonies of #0AD0FF
Complementary color
Monochromatic Colors of #0AD0FF
Black with #0AD0FF
Text Example
Text Example
White with #0AD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD0FF; }
p { color: rgb(10,208,255); }
H1.HeaderClassName
{
color: #0AD0FF;
}
.AnyTagClassName
{
color: #0AD0FF;
}
</style>
background-color css
<style>
a { background-color: #0AD0FF; }
a { background-color: rgb(10,208,255); }
div.DivClassName
{
background-color: #0AD0FF;
}
.BgClassName
{
background-color: #0AD0FF;
}
</style>
border-color css
<style>
span { border-color: #0AD0FF; }
span { border-color: rgb(10,208,255); }
td.TdClassName
{
border-color: #0AD0FF;
}
.TagClassName
{
border-color: #0AD0FF;
}
</style>