Shades of Deep Sky Blue #0BBCE5
Tints of Deep Sky Blue #0BBCE5
RGB
CMYK
RGB Variations
Color information
#0BBCE5 (or 0x0BBCE5) is known color: Deep Sky Blue. HEX triplet: 0B, BC and E5. RGB value is (11,188,229). Sum of RGB (Red+Green+Blue) = 11+188+229=428 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.57% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 229 (89.84% from 255 or 53.50% from 428); Max value from RGB is 229 - color contains mainly: blue. Hex color #0BBCE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCE5 is #F4431A. Grayscale: #8B8B8B. Windows color (decimal): -16007963 or 15055883. OLE color: 15055883.
HSL color Cylindrical-coordinate representation of color #0BBCE5: hue angle of 191.28º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBCE5 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 188 | 229 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.10 |
| HSL | 191.28º | 0.91% | 0.47% | - |
| HSV(B) | 191.28º | 0.95% | 0.9% | - |
| XYZ | 32.26 | 41.69 | 80.48 | - |
| YUV | 139.75 | 178.36 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 229 | 0.95 | 0.18 | 0 | 0.10 | 191.28 | 0.91 | 0.47 |
| Hex | B | BC | E5 | 5F | 12 | 0 | A | BF | 5B | 2F |
| Octal | 13 | 274 | 345 | 137 | 22 | 0 | 12 | 277 | 133 | 57 |
| Binary | 1011 | 10111100 | 11100101 | 1011111 | 10010 | 0 | 1010 | 10111111 | 1011011 | 101111 |
Color Harmonies of #0BBCE5
Complementary color
Monochromatic Colors of #0BBCE5
Black with #0BBCE5
Text Example
Text Example
White with #0BBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCE5; }
p { color: rgb(11,188,229); }
H1.HeaderClassName
{
color: #0BBCE5;
}
.AnyTagClassName
{
color: #0BBCE5;
}
</style>
background-color css
<style>
a { background-color: #0BBCE5; }
a { background-color: rgb(11,188,229); }
div.DivClassName
{
background-color: #0BBCE5;
}
.BgClassName
{
background-color: #0BBCE5;
}
</style>
border-color css
<style>
span { border-color: #0BBCE5; }
span { border-color: rgb(11,188,229); }
td.TdClassName
{
border-color: #0BBCE5;
}
.TagClassName
{
border-color: #0BBCE5;
}
</style>