Shades of Deep Sky Blue #0ABBE6
Tints of Deep Sky Blue #0ABBE6
RGB
CMYK
RGB Variations
Color information
#0ABBE6 (or 0x0ABBE6) is known color: Deep Sky Blue. HEX triplet: 0A, BB and E6. RGB value is (10,187,230). Sum of RGB (Red+Green+Blue) = 10+187+230=427 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 230 (90.23% from 255 or 53.86% from 427); Max value from RGB is 230 - color contains mainly: blue. Hex color #0ABBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABBE6 is #F54419. Grayscale: #8A8A8A. Windows color (decimal): -16073754 or 15121162. OLE color: 15121162.
HSL color Cylindrical-coordinate representation of color #0ABBE6: hue angle of 191.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABBE6 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 10 | 187 | 230 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.10 |
| HSL | 191.73º | 0.92% | 0.47% | - |
| HSV(B) | 191.73º | 0.96% | 0.9% | - |
| XYZ | 32.18 | 41.32 | 81.14 | - |
| YUV | 138.98 | 179.36 | 36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 230 | 0.96 | 0.19 | 0 | 0.10 | 191.73 | 0.92 | 0.47 |
| Hex | A | BB | E6 | 60 | 13 | 0 | A | C0 | 5C | 2F |
| Octal | 12 | 273 | 346 | 140 | 23 | 0 | 12 | 300 | 134 | 57 |
| Binary | 1010 | 10111011 | 11100110 | 1100000 | 10011 | 0 | 1010 | 11000000 | 1011100 | 101111 |
Color Harmonies of #0ABBE6
Complementary color
Monochromatic Colors of #0ABBE6
Black with #0ABBE6
Text Example
Text Example
White with #0ABBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABBE6; }
p { color: rgb(10,187,230); }
H1.HeaderClassName
{
color: #0ABBE6;
}
.AnyTagClassName
{
color: #0ABBE6;
}
</style>
background-color css
<style>
a { background-color: #0ABBE6; }
a { background-color: rgb(10,187,230); }
div.DivClassName
{
background-color: #0ABBE6;
}
.BgClassName
{
background-color: #0ABBE6;
}
</style>
border-color css
<style>
span { border-color: #0ABBE6; }
span { border-color: rgb(10,187,230); }
td.TdClassName
{
border-color: #0ABBE6;
}
.TagClassName
{
border-color: #0ABBE6;
}
</style>