Shades of Deep Sky Blue #0DBBEE
Tints of Deep Sky Blue #0DBBEE
RGB
CMYK
RGB Variations
Color information
#0DBBEE (or 0x0DBBEE) is known color: Deep Sky Blue. HEX triplet: 0D, BB and EE. RGB value is (13,187,238). Sum of RGB (Red+Green+Blue) = 13+187+238=438 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.97% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #0DBBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBBEE is #F24411. Grayscale: #8C8C8C. Windows color (decimal): -15877138 or 15645453. OLE color: 15645453.
HSL color Cylindrical-coordinate representation of color #0DBBEE: hue angle of 193.6º 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 #0DBBEE is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 187 | 238 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.07 |
| HSL | 193.6º | 0.9% | 0.49% | - |
| HSV(B) | 193.6º | 0.95% | 0.93% | - |
| XYZ | 33.37 | 41.8 | 87.2 | - |
| YUV | 140.79 | 182.85 | 36.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 238 | 0.95 | 0.21 | 0 | 0.07 | 193.6 | 0.9 | 0.49 |
| Hex | D | BB | EE | 5F | 15 | 0 | 7 | C2 | 5A | 31 |
| Octal | 15 | 273 | 356 | 137 | 25 | 0 | 7 | 302 | 132 | 61 |
| Binary | 1101 | 10111011 | 11101110 | 1011111 | 10101 | 0 | 111 | 11000010 | 1011010 | 110001 |
Color Harmonies of #0DBBEE
Complementary color
Monochromatic Colors of #0DBBEE
Black with #0DBBEE
Text Example
Text Example
White with #0DBBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBEE; }
p { color: rgb(13,187,238); }
H1.HeaderClassName
{
color: #0DBBEE;
}
.AnyTagClassName
{
color: #0DBBEE;
}
</style>
background-color css
<style>
a { background-color: #0DBBEE; }
a { background-color: rgb(13,187,238); }
div.DivClassName
{
background-color: #0DBBEE;
}
.BgClassName
{
background-color: #0DBBEE;
}
</style>
border-color css
<style>
span { border-color: #0DBBEE; }
span { border-color: rgb(13,187,238); }
td.TdClassName
{
border-color: #0DBBEE;
}
.TagClassName
{
border-color: #0DBBEE;
}
</style>