Shades of Deep Sky Blue #0ABFEF
Tints of Deep Sky Blue #0ABFEF
RGB
CMYK
RGB Variations
Color information
#0ABFEF (or 0x0ABFEF) is known color: Deep Sky Blue. HEX triplet: 0A, BF and EF. RGB value is (10,191,239). Sum of RGB (Red+Green+Blue) = 10+191+239=440 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #0ABFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABFEF is #F54010. Grayscale: #8D8D8D. Windows color (decimal): -16072721 or 15712010. OLE color: 15712010.
HSL color Cylindrical-coordinate representation of color #0ABFEF: hue angle of 192.58º 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 #0ABFEF is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 191 | 239 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.06 |
| HSL | 192.58º | 0.92% | 0.49% | - |
| HSV(B) | 192.58º | 0.96% | 0.94% | - |
| XYZ | 34.34 | 43.56 | 88.26 | - |
| YUV | 142.35 | 182.53 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 239 | 0.96 | 0.20 | 0 | 0.06 | 192.58 | 0.92 | 0.49 |
| Hex | A | BF | EF | 60 | 14 | 0 | 6 | C1 | 5C | 31 |
| Octal | 12 | 277 | 357 | 140 | 24 | 0 | 6 | 301 | 134 | 61 |
| Binary | 1010 | 10111111 | 11101111 | 1100000 | 10100 | 0 | 110 | 11000001 | 1011100 | 110001 |
Color Harmonies of #0ABFEF
Complementary color
Monochromatic Colors of #0ABFEF
Black with #0ABFEF
Text Example
Text Example
White with #0ABFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABFEF; }
p { color: rgb(10,191,239); }
H1.HeaderClassName
{
color: #0ABFEF;
}
.AnyTagClassName
{
color: #0ABFEF;
}
</style>
background-color css
<style>
a { background-color: #0ABFEF; }
a { background-color: rgb(10,191,239); }
div.DivClassName
{
background-color: #0ABFEF;
}
.BgClassName
{
background-color: #0ABFEF;
}
</style>
border-color css
<style>
span { border-color: #0ABFEF; }
span { border-color: rgb(10,191,239); }
td.TdClassName
{
border-color: #0ABFEF;
}
.TagClassName
{
border-color: #0ABFEF;
}
</style>