Shades of Deep Sky Blue #0DBDFF
Tints of Deep Sky Blue #0DBDFF
RGB
CMYK
RGB Variations
Color information
#0DBDFF (or 0x0DBDFF) is known color: Deep Sky Blue. HEX triplet: 0D, BD and FF. RGB value is (13,189,255). Sum of RGB (Red+Green+Blue) = 13+189+255=457 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DBDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBDFF is #F24200. Grayscale: #8F8F8F. Windows color (decimal): -15876609 or 16760077. OLE color: 16760077.
HSL color Cylindrical-coordinate representation of color #0DBDFF: hue angle of 196.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 #0DBDFF is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 189 | 255 | - |
| CMYK | 0.95 | 0.26 | 0 | 0 |
| HSL | 196.36º | 1% | 0.53% | - |
| HSV(B) | 196.36º | 0.95% | 1% | - |
| XYZ | 36.41 | 43.7 | 101.12 | - |
| YUV | 143.9 | 190.69 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 255 | 0.95 | 0.26 | 0 | 0 | 196.36 | 1 | 0.53 |
| Hex | D | BD | FF | 5F | 1A | 0 | 0 | C4 | 64 | 35 |
| Octal | 15 | 275 | 377 | 137 | 32 | 0 | 0 | 304 | 144 | 65 |
| Binary | 1101 | 10111101 | 11111111 | 1011111 | 11010 | 0 | 0 | 11000100 | 1100100 | 110101 |
Color Harmonies of #0DBDFF
Complementary color
Monochromatic Colors of #0DBDFF
Black with #0DBDFF
Text Example
Text Example
White with #0DBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDFF; }
p { color: rgb(13,189,255); }
H1.HeaderClassName
{
color: #0DBDFF;
}
.AnyTagClassName
{
color: #0DBDFF;
}
</style>
background-color css
<style>
a { background-color: #0DBDFF; }
a { background-color: rgb(13,189,255); }
div.DivClassName
{
background-color: #0DBDFF;
}
.BgClassName
{
background-color: #0DBDFF;
}
</style>
border-color css
<style>
span { border-color: #0DBDFF; }
span { border-color: rgb(13,189,255); }
td.TdClassName
{
border-color: #0DBDFF;
}
.TagClassName
{
border-color: #0DBDFF;
}
</style>