Shades of Deep Sky Blue #0ADCFC
Tints of Deep Sky Blue #0ADCFC
RGB
CMYK
RGB Variations
Color information
#0ADCFC (or 0x0ADCFC) is known color: Deep Sky Blue. HEX triplet: 0A, DC and FC. RGB value is (10,220,252). Sum of RGB (Red+Green+Blue) = 10+220+252=482 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #0ADCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADCFC is #F52303. Grayscale: #A0A0A0. Windows color (decimal): -16065284 or 16571402. OLE color: 16571402.
HSL color Cylindrical-coordinate representation of color #0ADCFC: hue angle of 187.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADCFC is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 220 | 252 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.01 |
| HSL | 187.93º | 0.98% | 0.51% | - |
| HSV(B) | 187.93º | 0.96% | 0.99% | - |
| XYZ | 43.29 | 58.28 | 101.06 | - |
| YUV | 160.86 | 179.43 | 20.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 252 | 0.96 | 0.13 | 0 | 0.01 | 187.93 | 0.98 | 0.51 |
| Hex | A | DC | FC | 60 | D | 0 | 1 | BC | 62 | 33 |
| Octal | 12 | 334 | 374 | 140 | 15 | 0 | 1 | 274 | 142 | 63 |
| Binary | 1010 | 11011100 | 11111100 | 1100000 | 1101 | 0 | 1 | 10111100 | 1100010 | 110011 |
Color Harmonies of #0ADCFC
Complementary color
Monochromatic Colors of #0ADCFC
Black with #0ADCFC
Text Example
Text Example
White with #0ADCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCFC; }
p { color: rgb(10,220,252); }
H1.HeaderClassName
{
color: #0ADCFC;
}
.AnyTagClassName
{
color: #0ADCFC;
}
</style>
background-color css
<style>
a { background-color: #0ADCFC; }
a { background-color: rgb(10,220,252); }
div.DivClassName
{
background-color: #0ADCFC;
}
.BgClassName
{
background-color: #0ADCFC;
}
</style>
border-color css
<style>
span { border-color: #0ADCFC; }
span { border-color: rgb(10,220,252); }
td.TdClassName
{
border-color: #0ADCFC;
}
.TagClassName
{
border-color: #0ADCFC;
}
</style>