Shades of Deep Sky Blue #0ABDFB
Tints of Deep Sky Blue #0ABDFB
RGB
CMYK
RGB Variations
Color information
#0ABDFB (or 0x0ABDFB) is known color: Deep Sky Blue. HEX triplet: 0A, BD and FB. RGB value is (10,189,251). Sum of RGB (Red+Green+Blue) = 10+189+251=450 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #0ABDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ABDFB is #F54204. Grayscale: #8E8E8E. Windows color (decimal): -16073221 or 16497930. OLE color: 16497930.
HSL color Cylindrical-coordinate representation of color #0ABDFB: hue angle of 195.44º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABDFB is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 189 | 251 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.02 |
| HSL | 195.44º | 0.97% | 0.51% | - |
| HSV(B) | 195.44º | 0.96% | 0.98% | - |
| XYZ | 35.74 | 43.42 | 97.77 | - |
| YUV | 142.55 | 189.2 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 251 | 0.96 | 0.25 | 0 | 0.02 | 195.44 | 0.97 | 0.51 |
| Hex | A | BD | FB | 60 | 19 | 0 | 2 | C3 | 61 | 33 |
| Octal | 12 | 275 | 373 | 140 | 31 | 0 | 2 | 303 | 141 | 63 |
| Binary | 1010 | 10111101 | 11111011 | 1100000 | 11001 | 0 | 10 | 11000011 | 1100001 | 110011 |
Color Harmonies of #0ABDFB
Complementary color
Monochromatic Colors of #0ABDFB
Black with #0ABDFB
Text Example
Text Example
White with #0ABDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABDFB; }
p { color: rgb(10,189,251); }
H1.HeaderClassName
{
color: #0ABDFB;
}
.AnyTagClassName
{
color: #0ABDFB;
}
</style>
background-color css
<style>
a { background-color: #0ABDFB; }
a { background-color: rgb(10,189,251); }
div.DivClassName
{
background-color: #0ABDFB;
}
.BgClassName
{
background-color: #0ABDFB;
}
</style>
border-color css
<style>
span { border-color: #0ABDFB; }
span { border-color: rgb(10,189,251); }
td.TdClassName
{
border-color: #0ABDFB;
}
.TagClassName
{
border-color: #0ABDFB;
}
</style>