Shades of Deep Sky Blue #0ADCFB
Tints of Deep Sky Blue #0ADCFB
RGB
CMYK
RGB Variations
Color information
#0ADCFB (or 0x0ADCFB) is known color: Deep Sky Blue. HEX triplet: 0A, DC and FB. RGB value is (10,220,251). Sum of RGB (Red+Green+Blue) = 10+220+251=481 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.08% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #0ADCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADCFB is #F52304. Grayscale: #A0A0A0. Windows color (decimal): -16065285 or 16505866. OLE color: 16505866.
HSL color Cylindrical-coordinate representation of color #0ADCFB: hue angle of 187.72º 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 #0ADCFB is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 220 | 251 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.02 |
| HSL | 187.72º | 0.97% | 0.51% | - |
| HSV(B) | 187.72º | 0.96% | 0.98% | - |
| XYZ | 43.13 | 58.22 | 100.23 | - |
| YUV | 160.74 | 178.93 | 20.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 251 | 0.96 | 0.12 | 0 | 0.02 | 187.72 | 0.97 | 0.51 |
| Hex | A | DC | FB | 60 | C | 0 | 2 | BC | 61 | 33 |
| Octal | 12 | 334 | 373 | 140 | 14 | 0 | 2 | 274 | 141 | 63 |
| Binary | 1010 | 11011100 | 11111011 | 1100000 | 1100 | 0 | 10 | 10111100 | 1100001 | 110011 |
Color Harmonies of #0ADCFB
Complementary color
Monochromatic Colors of #0ADCFB
Black with #0ADCFB
Text Example
Text Example
White with #0ADCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCFB; }
p { color: rgb(10,220,251); }
H1.HeaderClassName
{
color: #0ADCFB;
}
.AnyTagClassName
{
color: #0ADCFB;
}
</style>
background-color css
<style>
a { background-color: #0ADCFB; }
a { background-color: rgb(10,220,251); }
div.DivClassName
{
background-color: #0ADCFB;
}
.BgClassName
{
background-color: #0ADCFB;
}
</style>
border-color css
<style>
span { border-color: #0ADCFB; }
span { border-color: rgb(10,220,251); }
td.TdClassName
{
border-color: #0ADCFB;
}
.TagClassName
{
border-color: #0ADCFB;
}
</style>