Shades of Deep Sky Blue #0DB1EB
Tints of Deep Sky Blue #0DB1EB
RGB
CMYK
RGB Variations
Color information
#0DB1EB (or 0x0DB1EB) is known color: Deep Sky Blue. HEX triplet: 0D, B1 and EB. RGB value is (13,177,235). Sum of RGB (Red+Green+Blue) = 13+177+235=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #0DB1EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DB1EB is #F24E14. Grayscale: #868686. Windows color (decimal): -15879701 or 15446285. OLE color: 15446285.
HSL color Cylindrical-coordinate representation of color #0DB1EB: hue angle of 195.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB1EB is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 177 | 235 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.08 |
| HSL | 195.68º | 0.9% | 0.49% | - |
| HSV(B) | 195.68º | 0.94% | 0.92% | - |
| XYZ | 30.88 | 37.53 | 84.21 | - |
| YUV | 134.58 | 184.67 | 41.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 177 | 235 | 0.94 | 0.25 | 0 | 0.08 | 195.68 | 0.9 | 0.49 |
| Hex | D | B1 | EB | 5E | 19 | 0 | 8 | C4 | 5A | 31 |
| Octal | 15 | 261 | 353 | 136 | 31 | 0 | 10 | 304 | 132 | 61 |
| Binary | 1101 | 10110001 | 11101011 | 1011110 | 11001 | 0 | 1000 | 11000100 | 1011010 | 110001 |
Color Harmonies of #0DB1EB
Complementary color
Monochromatic Colors of #0DB1EB
Black with #0DB1EB
Text Example
Text Example
White with #0DB1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB1EB; }
p { color: rgb(13,177,235); }
H1.HeaderClassName
{
color: #0DB1EB;
}
.AnyTagClassName
{
color: #0DB1EB;
}
</style>
background-color css
<style>
a { background-color: #0DB1EB; }
a { background-color: rgb(13,177,235); }
div.DivClassName
{
background-color: #0DB1EB;
}
.BgClassName
{
background-color: #0DB1EB;
}
</style>
border-color css
<style>
span { border-color: #0DB1EB; }
span { border-color: rgb(13,177,235); }
td.TdClassName
{
border-color: #0DB1EB;
}
.TagClassName
{
border-color: #0DB1EB;
}
</style>