Shades of Deep Sky Blue #0AD0FE
Tints of Deep Sky Blue #0AD0FE
RGB
CMYK
RGB Variations
Color information
#0AD0FE (or 0x0AD0FE) is known color: Deep Sky Blue. HEX triplet: 0A, D0 and FE. RGB value is (10,208,254). Sum of RGB (Red+Green+Blue) = 10+208+254=472 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.12% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #0AD0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD0FE is #F52F01. Grayscale: #999999. Windows color (decimal): -16068354 or 16699402. OLE color: 16699402.
HSL color Cylindrical-coordinate representation of color #0AD0FE: hue angle of 191.31º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD0FE is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 208 | 254 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.00 |
| HSL | 191.31º | 0.99% | 0.52% | - |
| HSV(B) | 191.31º | 0.96% | 1% | - |
| XYZ | 40.57 | 52.33 | 101.73 | - |
| YUV | 154.04 | 184.4 | 25.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 208 | 254 | 0.96 | 0.18 | 0 | 0.00 | 191.31 | 0.99 | 0.52 |
| Hex | A | D0 | FE | 60 | 12 | 0 | 0 | BF | 63 | 34 |
| Octal | 12 | 320 | 376 | 140 | 22 | 0 | 0 | 277 | 143 | 64 |
| Binary | 1010 | 11010000 | 11111110 | 1100000 | 10010 | 0 | 0 | 10111111 | 1100011 | 110100 |
Color Harmonies of #0AD0FE
Complementary color
Monochromatic Colors of #0AD0FE
Black with #0AD0FE
Text Example
Text Example
White with #0AD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD0FE; }
p { color: rgb(10,208,254); }
H1.HeaderClassName
{
color: #0AD0FE;
}
.AnyTagClassName
{
color: #0AD0FE;
}
</style>
background-color css
<style>
a { background-color: #0AD0FE; }
a { background-color: rgb(10,208,254); }
div.DivClassName
{
background-color: #0AD0FE;
}
.BgClassName
{
background-color: #0AD0FE;
}
</style>
border-color css
<style>
span { border-color: #0AD0FE; }
span { border-color: rgb(10,208,254); }
td.TdClassName
{
border-color: #0AD0FE;
}
.TagClassName
{
border-color: #0AD0FE;
}
</style>