Shades of Deep Sky Blue #0AB8EF
Tints of Deep Sky Blue #0AB8EF
RGB
CMYK
RGB Variations
Color information
#0AB8EF (or 0x0AB8EF) is known color: Deep Sky Blue. HEX triplet: 0A, B8 and EF. RGB value is (10,184,239). Sum of RGB (Red+Green+Blue) = 10+184+239=433 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #0AB8EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AB8EF is #F54710. Grayscale: #898989. Windows color (decimal): -16074513 or 15710218. OLE color: 15710218.
HSL color Cylindrical-coordinate representation of color #0AB8EF: hue angle of 194.41º 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 #0AB8EF is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 184 | 239 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.06 |
| HSL | 194.41º | 0.92% | 0.49% | - |
| HSV(B) | 194.41º | 0.96% | 0.94% | - |
| XYZ | 32.85 | 40.58 | 87.76 | - |
| YUV | 138.24 | 184.85 | 36.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 239 | 0.96 | 0.23 | 0 | 0.06 | 194.41 | 0.92 | 0.49 |
| Hex | A | B8 | EF | 60 | 17 | 0 | 6 | C2 | 5C | 31 |
| Octal | 12 | 270 | 357 | 140 | 27 | 0 | 6 | 302 | 134 | 61 |
| Binary | 1010 | 10111000 | 11101111 | 1100000 | 10111 | 0 | 110 | 11000010 | 1011100 | 110001 |
Color Harmonies of #0AB8EF
Complementary color
Monochromatic Colors of #0AB8EF
Black with #0AB8EF
Text Example
Text Example
White with #0AB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB8EF; }
p { color: rgb(10,184,239); }
H1.HeaderClassName
{
color: #0AB8EF;
}
.AnyTagClassName
{
color: #0AB8EF;
}
</style>
background-color css
<style>
a { background-color: #0AB8EF; }
a { background-color: rgb(10,184,239); }
div.DivClassName
{
background-color: #0AB8EF;
}
.BgClassName
{
background-color: #0AB8EF;
}
</style>
border-color css
<style>
span { border-color: #0AB8EF; }
span { border-color: rgb(10,184,239); }
td.TdClassName
{
border-color: #0AB8EF;
}
.TagClassName
{
border-color: #0AB8EF;
}
</style>