Shades of Deep Sky Blue #0ADDFB
Tints of Deep Sky Blue #0ADDFB
RGB
CMYK
RGB Variations
Color information
#0ADDFB (or 0x0ADDFB) is known color: Deep Sky Blue. HEX triplet: 0A, DD and FB. RGB value is (10,221,251). Sum of RGB (Red+Green+Blue) = 10+221+251=482 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #0ADDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADDFB is #F52204. Grayscale: #A1A1A1. Windows color (decimal): -16065029 or 16506122. OLE color: 16506122.
HSL color Cylindrical-coordinate representation of color #0ADDFB: hue angle of 187.47º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADDFB is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 221 | 251 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.02 |
| HSL | 187.47º | 0.97% | 0.51% | - |
| HSV(B) | 187.47º | 0.96% | 0.98% | - |
| XYZ | 43.39 | 58.74 | 100.32 | - |
| YUV | 161.33 | 178.6 | 20.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 251 | 0.96 | 0.12 | 0 | 0.02 | 187.47 | 0.97 | 0.51 |
| Hex | A | DD | FB | 60 | C | 0 | 2 | BB | 61 | 33 |
| Octal | 12 | 335 | 373 | 140 | 14 | 0 | 2 | 273 | 141 | 63 |
| Binary | 1010 | 11011101 | 11111011 | 1100000 | 1100 | 0 | 10 | 10111011 | 1100001 | 110011 |
Color Harmonies of #0ADDFB
Complementary color
Monochromatic Colors of #0ADDFB
Black with #0ADDFB
Text Example
Text Example
White with #0ADDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADDFB; }
p { color: rgb(10,221,251); }
H1.HeaderClassName
{
color: #0ADDFB;
}
.AnyTagClassName
{
color: #0ADDFB;
}
</style>
background-color css
<style>
a { background-color: #0ADDFB; }
a { background-color: rgb(10,221,251); }
div.DivClassName
{
background-color: #0ADDFB;
}
.BgClassName
{
background-color: #0ADDFB;
}
</style>
border-color css
<style>
span { border-color: #0ADDFB; }
span { border-color: rgb(10,221,251); }
td.TdClassName
{
border-color: #0ADDFB;
}
.TagClassName
{
border-color: #0ADDFB;
}
</style>