Shades of Deep Sky Blue #0DB9FF
Tints of Deep Sky Blue #0DB9FF
RGB
CMYK
RGB Variations
Color information
#0DB9FF (or 0x0DB9FF) is known color: Deep Sky Blue. HEX triplet: 0D, B9 and FF. RGB value is (13,185,255). Sum of RGB (Red+Green+Blue) = 13+185+255=453 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.87% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DB9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DB9FF is #F24600. Grayscale: #8D8D8D. Windows color (decimal): -15877633 or 16759053. OLE color: 16759053.
HSL color Cylindrical-coordinate representation of color #0DB9FF: hue angle of 197.36º 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 #0DB9FF is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 185 | 255 | - |
| CMYK | 0.95 | 0.27 | 0 | 0 |
| HSL | 197.36º | 1% | 0.53% | - |
| HSV(B) | 197.36º | 0.95% | 1% | - |
| XYZ | 35.56 | 42 | 100.84 | - |
| YUV | 141.55 | 192.02 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 185 | 255 | 0.95 | 0.27 | 0 | 0 | 197.36 | 1 | 0.53 |
| Hex | D | B9 | FF | 5F | 1B | 0 | 0 | C5 | 64 | 35 |
| Octal | 15 | 271 | 377 | 137 | 33 | 0 | 0 | 305 | 144 | 65 |
| Binary | 1101 | 10111001 | 11111111 | 1011111 | 11011 | 0 | 0 | 11000101 | 1100100 | 110101 |
Color Harmonies of #0DB9FF
Complementary color
Monochromatic Colors of #0DB9FF
Black with #0DB9FF
Text Example
Text Example
White with #0DB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB9FF; }
p { color: rgb(13,185,255); }
H1.HeaderClassName
{
color: #0DB9FF;
}
.AnyTagClassName
{
color: #0DB9FF;
}
</style>
background-color css
<style>
a { background-color: #0DB9FF; }
a { background-color: rgb(13,185,255); }
div.DivClassName
{
background-color: #0DB9FF;
}
.BgClassName
{
background-color: #0DB9FF;
}
</style>
border-color css
<style>
span { border-color: #0DB9FF; }
span { border-color: rgb(13,185,255); }
td.TdClassName
{
border-color: #0DB9FF;
}
.TagClassName
{
border-color: #0DB9FF;
}
</style>