Shades of Summer Sky #1BBCE5
Tints of Summer Sky #1BBCE5
RGB
CMYK
RGB Variations
Color information
#1BBCE5 (or 0x1BBCE5) is known color: Summer Sky. HEX triplet: 1B, BC and E5. RGB value is (27,188,229). Sum of RGB (Red+Green+Blue) = 27+188+229=444 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.08% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 229 (89.84% from 255 or 51.58% from 444); Max value from RGB is 229 - color contains mainly: blue. Hex color #1BBCE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCE5 is #E4431A. Grayscale: #909090. Windows color (decimal): -14959387 or 15055899. OLE color: 15055899.
HSL color Cylindrical-coordinate representation of color #1BBCE5: hue angle of 192.18º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BBCE5 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 188 | 229 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.10 |
| HSL | 192.18º | 0.8% | 0.5% | - |
| HSV(B) | 192.18º | 0.88% | 0.9% | - |
| XYZ | 32.58 | 41.86 | 80.49 | - |
| YUV | 144.54 | 175.66 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 229 | 0.88 | 0.18 | 0 | 0.10 | 192.18 | 0.8 | 0.5 |
| Hex | 1B | BC | E5 | 58 | 12 | 0 | A | C0 | 50 | 32 |
| Octal | 33 | 274 | 345 | 130 | 22 | 0 | 12 | 300 | 120 | 62 |
| Binary | 11011 | 10111100 | 11100101 | 1011000 | 10010 | 0 | 1010 | 11000000 | 1010000 | 110010 |
Color Harmonies of #1BBCE5
Complementary color
Monochromatic Colors of #1BBCE5
Black with #1BBCE5
Text Example
Text Example
White with #1BBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCE5; }
p { color: rgb(27,188,229); }
H1.HeaderClassName
{
color: #1BBCE5;
}
.AnyTagClassName
{
color: #1BBCE5;
}
</style>
background-color css
<style>
a { background-color: #1BBCE5; }
a { background-color: rgb(27,188,229); }
div.DivClassName
{
background-color: #1BBCE5;
}
.BgClassName
{
background-color: #1BBCE5;
}
</style>
border-color css
<style>
span { border-color: #1BBCE5; }
span { border-color: rgb(27,188,229); }
td.TdClassName
{
border-color: #1BBCE5;
}
.TagClassName
{
border-color: #1BBCE5;
}
</style>