Shades of Deep Sky Blue #0ABCEF
Tints of Deep Sky Blue #0ABCEF
RGB
CMYK
RGB Variations
Color information
#0ABCEF (or 0x0ABCEF) is known color: Deep Sky Blue. HEX triplet: 0A, BC and EF. RGB value is (10,188,239). Sum of RGB (Red+Green+Blue) = 10+188+239=437 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #0ABCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABCEF is #F54310. Grayscale: #8C8C8C. Windows color (decimal): -16073489 or 15711242. OLE color: 15711242.
HSL color Cylindrical-coordinate representation of color #0ABCEF: hue angle of 193.36º 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 #0ABCEF is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 188 | 239 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.06 |
| HSL | 193.36º | 0.92% | 0.49% | - |
| HSV(B) | 193.36º | 0.96% | 0.94% | - |
| XYZ | 33.69 | 42.26 | 88.04 | - |
| YUV | 140.59 | 183.53 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 239 | 0.96 | 0.21 | 0 | 0.06 | 193.36 | 0.92 | 0.49 |
| Hex | A | BC | EF | 60 | 15 | 0 | 6 | C1 | 5C | 31 |
| Octal | 12 | 274 | 357 | 140 | 25 | 0 | 6 | 301 | 134 | 61 |
| Binary | 1010 | 10111100 | 11101111 | 1100000 | 10101 | 0 | 110 | 11000001 | 1011100 | 110001 |
Color Harmonies of #0ABCEF
Complementary color
Monochromatic Colors of #0ABCEF
Black with #0ABCEF
Text Example
Text Example
White with #0ABCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCEF; }
p { color: rgb(10,188,239); }
H1.HeaderClassName
{
color: #0ABCEF;
}
.AnyTagClassName
{
color: #0ABCEF;
}
</style>
background-color css
<style>
a { background-color: #0ABCEF; }
a { background-color: rgb(10,188,239); }
div.DivClassName
{
background-color: #0ABCEF;
}
.BgClassName
{
background-color: #0ABCEF;
}
</style>
border-color css
<style>
span { border-color: #0ABCEF; }
span { border-color: rgb(10,188,239); }
td.TdClassName
{
border-color: #0ABCEF;
}
.TagClassName
{
border-color: #0ABCEF;
}
</style>