Shades of Deep Sky Blue #0DCBED
Tints of Deep Sky Blue #0DCBED
RGB
CMYK
RGB Variations
Color information
#0DCBED (or 0x0DCBED) is known color: Deep Sky Blue. HEX triplet: 0D, CB and ED. RGB value is (13,203,237). Sum of RGB (Red+Green+Blue) = 13+203+237=453 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.87% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #0DCBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCBED is #F23412. Grayscale: #959595. Windows color (decimal): -15873043 or 15584013. OLE color: 15584013.
HSL color Cylindrical-coordinate representation of color #0DCBED: hue angle of 189.11º 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 #0DCBED is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 203 | 237 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.07 |
| HSL | 189.11º | 0.9% | 0.49% | - |
| HSV(B) | 189.11º | 0.95% | 0.93% | - |
| XYZ | 36.81 | 48.91 | 87.62 | - |
| YUV | 150.07 | 177.05 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 203 | 237 | 0.95 | 0.14 | 0 | 0.07 | 189.11 | 0.9 | 0.49 |
| Hex | D | CB | ED | 5F | E | 0 | 7 | BD | 5A | 31 |
| Octal | 15 | 313 | 355 | 137 | 16 | 0 | 7 | 275 | 132 | 61 |
| Binary | 1101 | 11001011 | 11101101 | 1011111 | 1110 | 0 | 111 | 10111101 | 1011010 | 110001 |
Color Harmonies of #0DCBED
Complementary color
Monochromatic Colors of #0DCBED
Black with #0DCBED
Text Example
Text Example
White with #0DCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCBED; }
p { color: rgb(13,203,237); }
H1.HeaderClassName
{
color: #0DCBED;
}
.AnyTagClassName
{
color: #0DCBED;
}
</style>
background-color css
<style>
a { background-color: #0DCBED; }
a { background-color: rgb(13,203,237); }
div.DivClassName
{
background-color: #0DCBED;
}
.BgClassName
{
background-color: #0DCBED;
}
</style>
border-color css
<style>
span { border-color: #0DCBED; }
span { border-color: rgb(13,203,237); }
td.TdClassName
{
border-color: #0DCBED;
}
.TagClassName
{
border-color: #0DCBED;
}
</style>