Shades of Deep Sky Blue #0DBDEE
Tints of Deep Sky Blue #0DBDEE
RGB
CMYK
RGB Variations
Color information
#0DBDEE (or 0x0DBDEE) is known color: Deep Sky Blue. HEX triplet: 0D, BD and EE. RGB value is (13,189,238). Sum of RGB (Red+Green+Blue) = 13+189+238=440 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #0DBDEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBDEE is #F24211. Grayscale: #8D8D8D. Windows color (decimal): -15876626 or 15645965. OLE color: 15645965.
HSL color Cylindrical-coordinate representation of color #0DBDEE: hue angle of 193.07º 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 #0DBDEE is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 189 | 238 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.07 |
| HSL | 193.07º | 0.9% | 0.49% | - |
| HSV(B) | 193.07º | 0.95% | 0.93% | - |
| XYZ | 33.8 | 42.65 | 87.34 | - |
| YUV | 141.96 | 182.19 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 238 | 0.95 | 0.21 | 0 | 0.07 | 193.07 | 0.9 | 0.49 |
| Hex | D | BD | EE | 5F | 15 | 0 | 7 | C1 | 5A | 31 |
| Octal | 15 | 275 | 356 | 137 | 25 | 0 | 7 | 301 | 132 | 61 |
| Binary | 1101 | 10111101 | 11101110 | 1011111 | 10101 | 0 | 111 | 11000001 | 1011010 | 110001 |
Color Harmonies of #0DBDEE
Complementary color
Monochromatic Colors of #0DBDEE
Black with #0DBDEE
Text Example
Text Example
White with #0DBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDEE; }
p { color: rgb(13,189,238); }
H1.HeaderClassName
{
color: #0DBDEE;
}
.AnyTagClassName
{
color: #0DBDEE;
}
</style>
background-color css
<style>
a { background-color: #0DBDEE; }
a { background-color: rgb(13,189,238); }
div.DivClassName
{
background-color: #0DBDEE;
}
.BgClassName
{
background-color: #0DBDEE;
}
</style>
border-color css
<style>
span { border-color: #0DBDEE; }
span { border-color: rgb(13,189,238); }
td.TdClassName
{
border-color: #0DBDEE;
}
.TagClassName
{
border-color: #0DBDEE;
}
</style>