Shades of Deep Sky Blue #0ADCFA
Tints of Deep Sky Blue #0ADCFA
RGB
CMYK
RGB Variations
Color information
#0ADCFA (or 0x0ADCFA) is known color: Deep Sky Blue. HEX triplet: 0A, DC and FA. RGB value is (10,220,250). Sum of RGB (Red+Green+Blue) = 10+220+250=480 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.08% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #0ADCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADCFA is #F52305. Grayscale: #A0A0A0. Windows color (decimal): -16065286 or 16440330. OLE color: 16440330.
HSL color Cylindrical-coordinate representation of color #0ADCFA: hue angle of 187.5º degrees, saturation: 0.96, 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 #0ADCFA is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 220 | 250 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.02 |
| HSL | 187.5º | 0.96% | 0.51% | - |
| HSV(B) | 187.5º | 0.96% | 0.98% | - |
| XYZ | 42.97 | 58.15 | 99.4 | - |
| YUV | 160.63 | 178.43 | 20.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 250 | 0.96 | 0.12 | 0 | 0.02 | 187.5 | 0.96 | 0.51 |
| Hex | A | DC | FA | 60 | C | 0 | 2 | BC | 60 | 33 |
| Octal | 12 | 334 | 372 | 140 | 14 | 0 | 2 | 274 | 140 | 63 |
| Binary | 1010 | 11011100 | 11111010 | 1100000 | 1100 | 0 | 10 | 10111100 | 1100000 | 110011 |
Color Harmonies of #0ADCFA
Complementary color
Monochromatic Colors of #0ADCFA
Black with #0ADCFA
Text Example
Text Example
White with #0ADCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCFA; }
p { color: rgb(10,220,250); }
H1.HeaderClassName
{
color: #0ADCFA;
}
.AnyTagClassName
{
color: #0ADCFA;
}
</style>
background-color css
<style>
a { background-color: #0ADCFA; }
a { background-color: rgb(10,220,250); }
div.DivClassName
{
background-color: #0ADCFA;
}
.BgClassName
{
background-color: #0ADCFA;
}
</style>
border-color css
<style>
span { border-color: #0ADCFA; }
span { border-color: rgb(10,220,250); }
td.TdClassName
{
border-color: #0ADCFA;
}
.TagClassName
{
border-color: #0ADCFA;
}
</style>