Shades of Deep Sky Blue #0DB5FF
Tints of Deep Sky Blue #0DB5FF
RGB
CMYK
RGB Variations
Color information
#0DB5FF (or 0x0DB5FF) is known color: Deep Sky Blue. HEX triplet: 0D, B5 and FF. RGB value is (13,181,255). Sum of RGB (Red+Green+Blue) = 13+181+255=449 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.90% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DB5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DB5FF is #F24A00. Grayscale: #8A8A8A. Windows color (decimal): -15878657 or 16758029. OLE color: 16758029.
HSL color Cylindrical-coordinate representation of color #0DB5FF: hue angle of 198.35º 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 #0DB5FF is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 181 | 255 | - |
| CMYK | 0.95 | 0.29 | 0 | 0 |
| HSL | 198.35º | 1% | 0.53% | - |
| HSV(B) | 198.35º | 0.95% | 1% | - |
| XYZ | 34.74 | 40.35 | 100.57 | - |
| YUV | 139.2 | 193.34 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 255 | 0.95 | 0.29 | 0 | 0 | 198.35 | 1 | 0.53 |
| Hex | D | B5 | FF | 5F | 1D | 0 | 0 | C6 | 64 | 35 |
| Octal | 15 | 265 | 377 | 137 | 35 | 0 | 0 | 306 | 144 | 65 |
| Binary | 1101 | 10110101 | 11111111 | 1011111 | 11101 | 0 | 0 | 11000110 | 1100100 | 110101 |
Color Harmonies of #0DB5FF
Complementary color
Monochromatic Colors of #0DB5FF
Black with #0DB5FF
Text Example
Text Example
White with #0DB5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB5FF; }
p { color: rgb(13,181,255); }
H1.HeaderClassName
{
color: #0DB5FF;
}
.AnyTagClassName
{
color: #0DB5FF;
}
</style>
background-color css
<style>
a { background-color: #0DB5FF; }
a { background-color: rgb(13,181,255); }
div.DivClassName
{
background-color: #0DB5FF;
}
.BgClassName
{
background-color: #0DB5FF;
}
</style>
border-color css
<style>
span { border-color: #0DB5FF; }
span { border-color: rgb(13,181,255); }
td.TdClassName
{
border-color: #0DB5FF;
}
.TagClassName
{
border-color: #0DB5FF;
}
</style>