Shades of Deep Sky Blue #0DB0FF
Tints of Deep Sky Blue #0DB0FF
RGB
CMYK
RGB Variations
Color information
#0DB0FF (or 0x0DB0FF) is known color: Deep Sky Blue. HEX triplet: 0D, B0 and FF. RGB value is (13,176,255). Sum of RGB (Red+Green+Blue) = 13+176+255=444 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DB0FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DB0FF is #F24F00. Grayscale: #878787. Windows color (decimal): -15879937 or 16756749. OLE color: 16756749.
HSL color Cylindrical-coordinate representation of color #0DB0FF: hue angle of 199.59º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DB0FF is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 176 | 255 | - |
| CMYK | 0.95 | 0.31 | 0 | 0 |
| HSL | 199.59º | 1% | 0.53% | - |
| HSV(B) | 199.59º | 0.95% | 1% | - |
| XYZ | 33.74 | 38.36 | 100.23 | - |
| YUV | 136.27 | 195 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 255 | 0.95 | 0.31 | 0 | 0 | 199.59 | 1 | 0.53 |
| Hex | D | B0 | FF | 5F | 1F | 0 | 0 | C8 | 64 | 35 |
| Octal | 15 | 260 | 377 | 137 | 37 | 0 | 0 | 310 | 144 | 65 |
| Binary | 1101 | 10110000 | 11111111 | 1011111 | 11111 | 0 | 0 | 11001000 | 1100100 | 110101 |
Color Harmonies of #0DB0FF
Complementary color
Monochromatic Colors of #0DB0FF
Black with #0DB0FF
Text Example
Text Example
White with #0DB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB0FF; }
p { color: rgb(13,176,255); }
H1.HeaderClassName
{
color: #0DB0FF;
}
.AnyTagClassName
{
color: #0DB0FF;
}
</style>
background-color css
<style>
a { background-color: #0DB0FF; }
a { background-color: rgb(13,176,255); }
div.DivClassName
{
background-color: #0DB0FF;
}
.BgClassName
{
background-color: #0DB0FF;
}
</style>
border-color css
<style>
span { border-color: #0DB0FF; }
span { border-color: rgb(13,176,255); }
td.TdClassName
{
border-color: #0DB0FF;
}
.TagClassName
{
border-color: #0DB0FF;
}
</style>