Shades of Deep Sky Blue #0ABDF8
Tints of Deep Sky Blue #0ABDF8
RGB
CMYK
RGB Variations
Color information
#0ABDF8 (or 0x0ABDF8) is known color: Deep Sky Blue. HEX triplet: 0A, BD and F8. RGB value is (10,189,248). Sum of RGB (Red+Green+Blue) = 10+189+248=447 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 248 (97.27% from 255 or 55.48% from 447); Max value from RGB is 248 - color contains mainly: blue. Hex color #0ABDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABDF8 is #F54207. Grayscale: #8D8D8D. Windows color (decimal): -16073224 or 16301322. OLE color: 16301322.
HSL color Cylindrical-coordinate representation of color #0ABDF8: hue angle of 194.87º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABDF8 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 189 | 248 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.03 |
| HSL | 194.87º | 0.94% | 0.51% | - |
| HSV(B) | 194.87º | 0.96% | 0.97% | - |
| XYZ | 35.27 | 43.24 | 95.29 | - |
| YUV | 142.21 | 187.7 | 33.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 248 | 0.96 | 0.24 | 0 | 0.03 | 194.87 | 0.94 | 0.51 |
| Hex | A | BD | F8 | 60 | 18 | 0 | 3 | C3 | 5E | 33 |
| Octal | 12 | 275 | 370 | 140 | 30 | 0 | 3 | 303 | 136 | 63 |
| Binary | 1010 | 10111101 | 11111000 | 1100000 | 11000 | 0 | 11 | 11000011 | 1011110 | 110011 |
Color Harmonies of #0ABDF8
Complementary color
Monochromatic Colors of #0ABDF8
Black with #0ABDF8
Text Example
Text Example
White with #0ABDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABDF8; }
p { color: rgb(10,189,248); }
H1.HeaderClassName
{
color: #0ABDF8;
}
.AnyTagClassName
{
color: #0ABDF8;
}
</style>
background-color css
<style>
a { background-color: #0ABDF8; }
a { background-color: rgb(10,189,248); }
div.DivClassName
{
background-color: #0ABDF8;
}
.BgClassName
{
background-color: #0ABDF8;
}
</style>
border-color css
<style>
span { border-color: #0ABDF8; }
span { border-color: rgb(10,189,248); }
td.TdClassName
{
border-color: #0ABDF8;
}
.TagClassName
{
border-color: #0ABDF8;
}
</style>