Shades of Deep Sky Blue #0ABDFF
Tints of Deep Sky Blue #0ABDFF
RGB
CMYK
RGB Variations
Color information
#0ABDFF (or 0x0ABDFF) is known color: Deep Sky Blue. HEX triplet: 0A, BD and FF. RGB value is (10,189,255). Sum of RGB (Red+Green+Blue) = 10+189+255=454 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ABDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABDFF is #F54200. Grayscale: #8E8E8E. Windows color (decimal): -16073217 or 16760074. OLE color: 16760074.
HSL color Cylindrical-coordinate representation of color #0ABDFF: hue angle of 196.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABDFF is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 189 | 255 | - |
| CMYK | 0.96 | 0.26 | 0 | 0 |
| HSL | 196.16º | 1% | 0.52% | - |
| HSV(B) | 196.16º | 0.96% | 1% | - |
| XYZ | 36.37 | 43.68 | 101.12 | - |
| YUV | 143 | 191.2 | 33.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 255 | 0.96 | 0.26 | 0 | 0 | 196.16 | 1 | 0.52 |
| Hex | A | BD | FF | 60 | 1A | 0 | 0 | C4 | 64 | 34 |
| Octal | 12 | 275 | 377 | 140 | 32 | 0 | 0 | 304 | 144 | 64 |
| Binary | 1010 | 10111101 | 11111111 | 1100000 | 11010 | 0 | 0 | 11000100 | 1100100 | 110100 |
Color Harmonies of #0ABDFF
Complementary color
Monochromatic Colors of #0ABDFF
Black with #0ABDFF
Text Example
Text Example
White with #0ABDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABDFF; }
p { color: rgb(10,189,255); }
H1.HeaderClassName
{
color: #0ABDFF;
}
.AnyTagClassName
{
color: #0ABDFF;
}
</style>
background-color css
<style>
a { background-color: #0ABDFF; }
a { background-color: rgb(10,189,255); }
div.DivClassName
{
background-color: #0ABDFF;
}
.BgClassName
{
background-color: #0ABDFF;
}
</style>
border-color css
<style>
span { border-color: #0ABDFF; }
span { border-color: rgb(10,189,255); }
td.TdClassName
{
border-color: #0ABDFF;
}
.TagClassName
{
border-color: #0ABDFF;
}
</style>