Shades of Deep Sky Blue #0ADAFB
Tints of Deep Sky Blue #0ADAFB
RGB
CMYK
RGB Variations
Color information
#0ADAFB (or 0x0ADAFB) is known color: Deep Sky Blue. HEX triplet: 0A, DA and FB. RGB value is (10,218,251). Sum of RGB (Red+Green+Blue) = 10+218+251=479 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.09% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #0ADAFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADAFB is #F52504. Grayscale: #9F9F9F. Windows color (decimal): -16065797 or 16505354. OLE color: 16505354.
HSL color Cylindrical-coordinate representation of color #0ADAFB: hue angle of 188.22º 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 #0ADAFB is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 218 | 251 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.02 |
| HSL | 188.22º | 0.97% | 0.51% | - |
| HSV(B) | 188.22º | 0.96% | 0.98% | - |
| XYZ | 42.61 | 57.17 | 100.06 | - |
| YUV | 159.57 | 179.59 | 21.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 251 | 0.96 | 0.13 | 0 | 0.02 | 188.22 | 0.97 | 0.51 |
| Hex | A | DA | FB | 60 | D | 0 | 2 | BC | 61 | 33 |
| Octal | 12 | 332 | 373 | 140 | 15 | 0 | 2 | 274 | 141 | 63 |
| Binary | 1010 | 11011010 | 11111011 | 1100000 | 1101 | 0 | 10 | 10111100 | 1100001 | 110011 |
Color Harmonies of #0ADAFB
Complementary color
Monochromatic Colors of #0ADAFB
Black with #0ADAFB
Text Example
Text Example
White with #0ADAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADAFB; }
p { color: rgb(10,218,251); }
H1.HeaderClassName
{
color: #0ADAFB;
}
.AnyTagClassName
{
color: #0ADAFB;
}
</style>
background-color css
<style>
a { background-color: #0ADAFB; }
a { background-color: rgb(10,218,251); }
div.DivClassName
{
background-color: #0ADAFB;
}
.BgClassName
{
background-color: #0ADAFB;
}
</style>
border-color css
<style>
span { border-color: #0ADAFB; }
span { border-color: rgb(10,218,251); }
td.TdClassName
{
border-color: #0ADAFB;
}
.TagClassName
{
border-color: #0ADAFB;
}
</style>