Shades of Deep Sky Blue #0ABFEB
Tints of Deep Sky Blue #0ABFEB
RGB
CMYK
RGB Variations
Color information
#0ABFEB (or 0x0ABFEB) is known color: Deep Sky Blue. HEX triplet: 0A, BF and EB. RGB value is (10,191,235). Sum of RGB (Red+Green+Blue) = 10+191+235=436 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #0ABFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABFEB is #F54014. Grayscale: #8D8D8D. Windows color (decimal): -16072725 or 15449866. OLE color: 15449866.
HSL color Cylindrical-coordinate representation of color #0ABFEB: hue angle of 191.73º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABFEB is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 191 | 235 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.08 |
| HSL | 191.73º | 0.92% | 0.48% | - |
| HSV(B) | 191.73º | 0.96% | 0.92% | - |
| XYZ | 33.75 | 43.32 | 85.18 | - |
| YUV | 141.9 | 180.53 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 235 | 0.96 | 0.19 | 0 | 0.08 | 191.73 | 0.92 | 0.48 |
| Hex | A | BF | EB | 60 | 13 | 0 | 8 | C0 | 5C | 30 |
| Octal | 12 | 277 | 353 | 140 | 23 | 0 | 10 | 300 | 134 | 60 |
| Binary | 1010 | 10111111 | 11101011 | 1100000 | 10011 | 0 | 1000 | 11000000 | 1011100 | 110000 |
Color Harmonies of #0ABFEB
Complementary color
Monochromatic Colors of #0ABFEB
Black with #0ABFEB
Text Example
Text Example
White with #0ABFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABFEB; }
p { color: rgb(10,191,235); }
H1.HeaderClassName
{
color: #0ABFEB;
}
.AnyTagClassName
{
color: #0ABFEB;
}
</style>
background-color css
<style>
a { background-color: #0ABFEB; }
a { background-color: rgb(10,191,235); }
div.DivClassName
{
background-color: #0ABFEB;
}
.BgClassName
{
background-color: #0ABFEB;
}
</style>
border-color css
<style>
span { border-color: #0ABFEB; }
span { border-color: rgb(10,191,235); }
td.TdClassName
{
border-color: #0ABFEB;
}
.TagClassName
{
border-color: #0ABFEB;
}
</style>