Shades of Deep Sky Blue #0DBCFF
Tints of Deep Sky Blue #0DBCFF
RGB
CMYK
RGB Variations
Color information
#0DBCFF (or 0x0DBCFF) is known color: Deep Sky Blue. HEX triplet: 0D, BC and FF. RGB value is (13,188,255). Sum of RGB (Red+Green+Blue) = 13+188+255=456 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.85% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DBCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBCFF is #F24300. Grayscale: #8E8E8E. Windows color (decimal): -15876865 or 16759821. OLE color: 16759821.
HSL color Cylindrical-coordinate representation of color #0DBCFF: hue angle of 196.61º 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 #0DBCFF is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 188 | 255 | - |
| CMYK | 0.95 | 0.26 | 0 | 0 |
| HSL | 196.61º | 1% | 0.53% | - |
| HSV(B) | 196.61º | 0.95% | 1% | - |
| XYZ | 36.2 | 43.27 | 101.05 | - |
| YUV | 143.31 | 191.02 | 35.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 255 | 0.95 | 0.26 | 0 | 0 | 196.61 | 1 | 0.53 |
| Hex | D | BC | FF | 5F | 1A | 0 | 0 | C5 | 64 | 35 |
| Octal | 15 | 274 | 377 | 137 | 32 | 0 | 0 | 305 | 144 | 65 |
| Binary | 1101 | 10111100 | 11111111 | 1011111 | 11010 | 0 | 0 | 11000101 | 1100100 | 110101 |
Color Harmonies of #0DBCFF
Complementary color
Monochromatic Colors of #0DBCFF
Black with #0DBCFF
Text Example
Text Example
White with #0DBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBCFF; }
p { color: rgb(13,188,255); }
H1.HeaderClassName
{
color: #0DBCFF;
}
.AnyTagClassName
{
color: #0DBCFF;
}
</style>
background-color css
<style>
a { background-color: #0DBCFF; }
a { background-color: rgb(13,188,255); }
div.DivClassName
{
background-color: #0DBCFF;
}
.BgClassName
{
background-color: #0DBCFF;
}
</style>
border-color css
<style>
span { border-color: #0DBCFF; }
span { border-color: rgb(13,188,255); }
td.TdClassName
{
border-color: #0DBCFF;
}
.TagClassName
{
border-color: #0DBCFF;
}
</style>