Shades of Deep Sky Blue #0BCDED
Tints of Deep Sky Blue #0BCDED
RGB
CMYK
RGB Variations
Color information
#0BCDED (or 0x0BCDED) is known color: Deep Sky Blue. HEX triplet: 0B, CD and ED. RGB value is (11,205,237). Sum of RGB (Red+Green+Blue) = 11+205+237=453 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 453); Green value is 205 (80.47% from 255 or 45.25% 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 #0BCDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCDED is #F43212. Grayscale: #969696. Windows color (decimal): -16003603 or 15584523. OLE color: 15584523.
HSL color Cylindrical-coordinate representation of color #0BCDED: hue angle of 188.5º degrees, saturation: 0.91, 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 #0BCDED is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 205 | 237 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.07 |
| HSL | 188.5º | 0.91% | 0.49% | - |
| HSV(B) | 188.5º | 0.95% | 0.93% | - |
| XYZ | 37.26 | 49.85 | 87.78 | - |
| YUV | 150.64 | 176.73 | 28.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 237 | 0.95 | 0.14 | 0 | 0.07 | 188.5 | 0.91 | 0.49 |
| Hex | B | CD | ED | 5F | E | 0 | 7 | BC | 5B | 31 |
| Octal | 13 | 315 | 355 | 137 | 16 | 0 | 7 | 274 | 133 | 61 |
| Binary | 1011 | 11001101 | 11101101 | 1011111 | 1110 | 0 | 111 | 10111100 | 1011011 | 110001 |
Color Harmonies of #0BCDED
Complementary color
Monochromatic Colors of #0BCDED
Black with #0BCDED
Text Example
Text Example
White with #0BCDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCDED; }
p { color: rgb(11,205,237); }
H1.HeaderClassName
{
color: #0BCDED;
}
.AnyTagClassName
{
color: #0BCDED;
}
</style>
background-color css
<style>
a { background-color: #0BCDED; }
a { background-color: rgb(11,205,237); }
div.DivClassName
{
background-color: #0BCDED;
}
.BgClassName
{
background-color: #0BCDED;
}
</style>
border-color css
<style>
span { border-color: #0BCDED; }
span { border-color: rgb(11,205,237); }
td.TdClassName
{
border-color: #0BCDED;
}
.TagClassName
{
border-color: #0BCDED;
}
</style>