Shades of Deep Sky Blue #0BD2EF
Tints of Deep Sky Blue #0BD2EF
RGB
CMYK
RGB Variations
Color information
#0BD2EF (or 0x0BD2EF) is known color: Deep Sky Blue. HEX triplet: 0B, D2 and EF. RGB value is (11,210,239). Sum of RGB (Red+Green+Blue) = 11+210+239=460 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.39% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BD2EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD2EF is #F42D10. Grayscale: #999999. Windows color (decimal): -16002321 or 15716875. OLE color: 15716875.
HSL color Cylindrical-coordinate representation of color #0BD2EF: hue angle of 187.63º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD2EF is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 210 | 239 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.06 |
| HSL | 187.63º | 0.91% | 0.49% | - |
| HSV(B) | 187.63º | 0.95% | 0.94% | - |
| XYZ | 38.76 | 52.4 | 89.73 | - |
| YUV | 153.81 | 176.07 | 26.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 210 | 239 | 0.95 | 0.12 | 0 | 0.06 | 187.63 | 0.91 | 0.49 |
| Hex | B | D2 | EF | 5F | C | 0 | 6 | BC | 5B | 31 |
| Octal | 13 | 322 | 357 | 137 | 14 | 0 | 6 | 274 | 133 | 61 |
| Binary | 1011 | 11010010 | 11101111 | 1011111 | 1100 | 0 | 110 | 10111100 | 1011011 | 110001 |
Color Harmonies of #0BD2EF
Complementary color
Monochromatic Colors of #0BD2EF
Black with #0BD2EF
Text Example
Text Example
White with #0BD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD2EF; }
p { color: rgb(11,210,239); }
H1.HeaderClassName
{
color: #0BD2EF;
}
.AnyTagClassName
{
color: #0BD2EF;
}
</style>
background-color css
<style>
a { background-color: #0BD2EF; }
a { background-color: rgb(11,210,239); }
div.DivClassName
{
background-color: #0BD2EF;
}
.BgClassName
{
background-color: #0BD2EF;
}
</style>
border-color css
<style>
span { border-color: #0BD2EF; }
span { border-color: rgb(11,210,239); }
td.TdClassName
{
border-color: #0BD2EF;
}
.TagClassName
{
border-color: #0BD2EF;
}
</style>