Shades of Deep Sky Blue #0BBCEA
Tints of Deep Sky Blue #0BBCEA
RGB
CMYK
RGB Variations
Color information
#0BBCEA (or 0x0BBCEA) is known color: Deep Sky Blue. HEX triplet: 0B, BC and EA. RGB value is (11,188,234). Sum of RGB (Red+Green+Blue) = 11+188+234=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BBCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BBCEA is #F44315. Grayscale: #8B8B8B. Windows color (decimal): -16007958 or 15383563. OLE color: 15383563.
HSL color Cylindrical-coordinate representation of color #0BBCEA: hue angle of 192.38º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBCEA is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 188 | 234 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.08 |
| HSL | 192.38º | 0.91% | 0.48% | - |
| HSV(B) | 192.38º | 0.95% | 0.92% | - |
| XYZ | 32.97 | 41.98 | 84.21 | - |
| YUV | 140.32 | 180.86 | 35.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 234 | 0.95 | 0.20 | 0 | 0.08 | 192.38 | 0.91 | 0.48 |
| Hex | B | BC | EA | 5F | 14 | 0 | 8 | C0 | 5B | 30 |
| Octal | 13 | 274 | 352 | 137 | 24 | 0 | 10 | 300 | 133 | 60 |
| Binary | 1011 | 10111100 | 11101010 | 1011111 | 10100 | 0 | 1000 | 11000000 | 1011011 | 110000 |
Color Harmonies of #0BBCEA
Complementary color
Monochromatic Colors of #0BBCEA
Black with #0BBCEA
Text Example
Text Example
White with #0BBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCEA; }
p { color: rgb(11,188,234); }
H1.HeaderClassName
{
color: #0BBCEA;
}
.AnyTagClassName
{
color: #0BBCEA;
}
</style>
background-color css
<style>
a { background-color: #0BBCEA; }
a { background-color: rgb(11,188,234); }
div.DivClassName
{
background-color: #0BBCEA;
}
.BgClassName
{
background-color: #0BBCEA;
}
</style>
border-color css
<style>
span { border-color: #0BBCEA; }
span { border-color: rgb(11,188,234); }
td.TdClassName
{
border-color: #0BBCEA;
}
.TagClassName
{
border-color: #0BBCEA;
}
</style>