Shades of Summer Sky #1BBCE1
Tints of Summer Sky #1BBCE1
RGB
CMYK
RGB Variations
Color information
#1BBCE1 (or 0x1BBCE1) is known color: Summer Sky. HEX triplet: 1B, BC and E1. RGB value is (27,188,225). Sum of RGB (Red+Green+Blue) = 27+188+225=440 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.14% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #1BBCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCE1 is #E4431E. Grayscale: #8F8F8F. Windows color (decimal): -14959391 or 14793755. OLE color: 14793755.
HSL color Cylindrical-coordinate representation of color #1BBCE1: hue angle of 191.21º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BBCE1 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 27 | 188 | 225 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.12 |
| HSL | 191.21º | 0.79% | 0.49% | - |
| HSV(B) | 191.21º | 0.88% | 0.88% | - |
| XYZ | 32.03 | 41.64 | 77.58 | - |
| YUV | 144.08 | 173.66 | 44.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 225 | 0.88 | 0.16 | 0 | 0.12 | 191.21 | 0.79 | 0.49 |
| Hex | 1B | BC | E1 | 58 | 10 | 0 | C | BF | 4F | 31 |
| Octal | 33 | 274 | 341 | 130 | 20 | 0 | 14 | 277 | 117 | 61 |
| Binary | 11011 | 10111100 | 11100001 | 1011000 | 10000 | 0 | 1100 | 10111111 | 1001111 | 110001 |
Color Harmonies of #1BBCE1
Complementary color
Monochromatic Colors of #1BBCE1
Black with #1BBCE1
Text Example
Text Example
White with #1BBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCE1; }
p { color: rgb(27,188,225); }
H1.HeaderClassName
{
color: #1BBCE1;
}
.AnyTagClassName
{
color: #1BBCE1;
}
</style>
background-color css
<style>
a { background-color: #1BBCE1; }
a { background-color: rgb(27,188,225); }
div.DivClassName
{
background-color: #1BBCE1;
}
.BgClassName
{
background-color: #1BBCE1;
}
</style>
border-color css
<style>
span { border-color: #1BBCE1; }
span { border-color: rgb(27,188,225); }
td.TdClassName
{
border-color: #1BBCE1;
}
.TagClassName
{
border-color: #1BBCE1;
}
</style>