Shades of Deep Sky Blue #0ABDEF
Tints of Deep Sky Blue #0ABDEF
RGB
CMYK
RGB Variations
Color information
#0ABDEF (or 0x0ABDEF) is known color: Deep Sky Blue. HEX triplet: 0A, BD and EF. RGB value is (10,189,239). Sum of RGB (Red+Green+Blue) = 10+189+239=438 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #0ABDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABDEF is #F54210. Grayscale: #8C8C8C. Windows color (decimal): -16073233 or 15711498. OLE color: 15711498.
HSL color Cylindrical-coordinate representation of color #0ABDEF: hue angle of 193.1º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABDEF is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 189 | 239 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.06 |
| HSL | 193.1º | 0.92% | 0.49% | - |
| HSV(B) | 193.1º | 0.96% | 0.94% | - |
| XYZ | 33.9 | 42.69 | 88.11 | - |
| YUV | 141.18 | 183.2 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 239 | 0.96 | 0.21 | 0 | 0.06 | 193.1 | 0.92 | 0.49 |
| Hex | A | BD | EF | 60 | 15 | 0 | 6 | C1 | 5C | 31 |
| Octal | 12 | 275 | 357 | 140 | 25 | 0 | 6 | 301 | 134 | 61 |
| Binary | 1010 | 10111101 | 11101111 | 1100000 | 10101 | 0 | 110 | 11000001 | 1011100 | 110001 |
Color Harmonies of #0ABDEF
Complementary color
Monochromatic Colors of #0ABDEF
Black with #0ABDEF
Text Example
Text Example
White with #0ABDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABDEF; }
p { color: rgb(10,189,239); }
H1.HeaderClassName
{
color: #0ABDEF;
}
.AnyTagClassName
{
color: #0ABDEF;
}
</style>
background-color css
<style>
a { background-color: #0ABDEF; }
a { background-color: rgb(10,189,239); }
div.DivClassName
{
background-color: #0ABDEF;
}
.BgClassName
{
background-color: #0ABDEF;
}
</style>
border-color css
<style>
span { border-color: #0ABDEF; }
span { border-color: rgb(10,189,239); }
td.TdClassName
{
border-color: #0ABDEF;
}
.TagClassName
{
border-color: #0ABDEF;
}
</style>