Shades of Deep Sky Blue #0DBCED
Tints of Deep Sky Blue #0DBCED
RGB
CMYK
RGB Variations
Color information
#0DBCED (or 0x0DBCED) is known color: Deep Sky Blue. HEX triplet: 0D, BC and ED. RGB value is (13,188,237). Sum of RGB (Red+Green+Blue) = 13+188+237=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #0DBCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBCED is #F24312. Grayscale: #8C8C8C. Windows color (decimal): -15876883 or 15580173. OLE color: 15580173.
HSL color Cylindrical-coordinate representation of color #0DBCED: hue angle of 193.12º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBCED is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 188 | 237 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.07 |
| HSL | 193.13º | 0.9% | 0.49% | - |
| HSV(B) | 193.13º | 0.95% | 0.93% | - |
| XYZ | 33.44 | 42.17 | 86.5 | - |
| YUV | 141.26 | 182.02 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 237 | 0.95 | 0.21 | 0 | 0.07 | 193.13 | 0.9 | 0.49 |
| Hex | D | BC | ED | 5F | 15 | 0 | 7 | C1 | 5A | 31 |
| Octal | 15 | 274 | 355 | 137 | 25 | 0 | 7 | 301 | 132 | 61 |
| Binary | 1101 | 10111100 | 11101101 | 1011111 | 10101 | 0 | 111 | 11000001 | 1011010 | 110001 |
Color Harmonies of #0DBCED
Complementary color
Monochromatic Colors of #0DBCED
Black with #0DBCED
Text Example
Text Example
White with #0DBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBCED; }
p { color: rgb(13,188,237); }
H1.HeaderClassName
{
color: #0DBCED;
}
.AnyTagClassName
{
color: #0DBCED;
}
</style>
background-color css
<style>
a { background-color: #0DBCED; }
a { background-color: rgb(13,188,237); }
div.DivClassName
{
background-color: #0DBCED;
}
.BgClassName
{
background-color: #0DBCED;
}
</style>
border-color css
<style>
span { border-color: #0DBCED; }
span { border-color: rgb(13,188,237); }
td.TdClassName
{
border-color: #0DBCED;
}
.TagClassName
{
border-color: #0DBCED;
}
</style>