Shades of Deep Sky Blue #0ABCFE
Tints of Deep Sky Blue #0ABCFE
RGB
CMYK
RGB Variations
Color information
#0ABCFE (or 0x0ABCFE) is known color: Deep Sky Blue. HEX triplet: 0A, BC and FE. RGB value is (10,188,254). Sum of RGB (Red+Green+Blue) = 10+188+254=452 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #0ABCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABCFE is #F54301. Grayscale: #8D8D8D. Windows color (decimal): -16073474 or 16694282. OLE color: 16694282.
HSL color Cylindrical-coordinate representation of color #0ABCFE: hue angle of 196.23º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABCFE is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 188 | 254 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.00 |
| HSL | 196.23º | 0.99% | 0.52% | - |
| HSV(B) | 196.23º | 0.96% | 1% | - |
| XYZ | 36 | 43.19 | 100.2 | - |
| YUV | 142.3 | 191.03 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 254 | 0.96 | 0.26 | 0 | 0.00 | 196.23 | 0.99 | 0.52 |
| Hex | A | BC | FE | 60 | 1A | 0 | 0 | C4 | 63 | 34 |
| Octal | 12 | 274 | 376 | 140 | 32 | 0 | 0 | 304 | 143 | 64 |
| Binary | 1010 | 10111100 | 11111110 | 1100000 | 11010 | 0 | 0 | 11000100 | 1100011 | 110100 |
Color Harmonies of #0ABCFE
Complementary color
Monochromatic Colors of #0ABCFE
Black with #0ABCFE
Text Example
Text Example
White with #0ABCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCFE; }
p { color: rgb(10,188,254); }
H1.HeaderClassName
{
color: #0ABCFE;
}
.AnyTagClassName
{
color: #0ABCFE;
}
</style>
background-color css
<style>
a { background-color: #0ABCFE; }
a { background-color: rgb(10,188,254); }
div.DivClassName
{
background-color: #0ABCFE;
}
.BgClassName
{
background-color: #0ABCFE;
}
</style>
border-color css
<style>
span { border-color: #0ABCFE; }
span { border-color: rgb(10,188,254); }
td.TdClassName
{
border-color: #0ABCFE;
}
.TagClassName
{
border-color: #0ABCFE;
}
</style>