Shades of Deep Sky Blue #0AD3F0
Tints of Deep Sky Blue #0AD3F0
RGB
CMYK
RGB Variations
Color information
#0AD3F0 (or 0x0AD3F0) is known color: Deep Sky Blue. HEX triplet: 0A, D3 and F0. RGB value is (10,211,240). Sum of RGB (Red+Green+Blue) = 10+211+240=461 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #0AD3F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD3F0 is #F52C0F. Grayscale: #999999. Windows color (decimal): -16067600 or 15782666. OLE color: 15782666.
HSL color Cylindrical-coordinate representation of color #0AD3F0: hue angle of 187.57º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD3F0 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 211 | 240 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.06 |
| HSL | 187.57º | 0.92% | 0.49% | - |
| HSV(B) | 187.57º | 0.96% | 0.94% | - |
| XYZ | 39.15 | 52.94 | 90.59 | - |
| YUV | 154.21 | 176.41 | 25.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 211 | 240 | 0.96 | 0.12 | 0 | 0.06 | 187.57 | 0.92 | 0.49 |
| Hex | A | D3 | F0 | 60 | C | 0 | 6 | BC | 5C | 31 |
| Octal | 12 | 323 | 360 | 140 | 14 | 0 | 6 | 274 | 134 | 61 |
| Binary | 1010 | 11010011 | 11110000 | 1100000 | 1100 | 0 | 110 | 10111100 | 1011100 | 110001 |
Color Harmonies of #0AD3F0
Complementary color
Monochromatic Colors of #0AD3F0
Black with #0AD3F0
Text Example
Text Example
White with #0AD3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD3F0; }
p { color: rgb(10,211,240); }
H1.HeaderClassName
{
color: #0AD3F0;
}
.AnyTagClassName
{
color: #0AD3F0;
}
</style>
background-color css
<style>
a { background-color: #0AD3F0; }
a { background-color: rgb(10,211,240); }
div.DivClassName
{
background-color: #0AD3F0;
}
.BgClassName
{
background-color: #0AD3F0;
}
</style>
border-color css
<style>
span { border-color: #0AD3F0; }
span { border-color: rgb(10,211,240); }
td.TdClassName
{
border-color: #0AD3F0;
}
.TagClassName
{
border-color: #0AD3F0;
}
</style>