Shades of Summer Sky #1BBEDD
Tints of Summer Sky #1BBEDD
RGB
CMYK
RGB Variations
Color information
#1BBEDD (or 0x1BBEDD) is known color: Summer Sky. HEX triplet: 1B, BE and DD. RGB value is (27,190,221). Sum of RGB (Red+Green+Blue) = 27+190+221=438 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.16% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BBEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBEDD is #E44122. Grayscale: #909090. Windows color (decimal): -14958883 or 14532123. OLE color: 14532123.
HSL color Cylindrical-coordinate representation of color #1BBEDD: hue angle of 189.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BBEDD is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 190 | 221 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.13 |
| HSL | 189.59º | 0.78% | 0.49% | - |
| HSV(B) | 189.59º | 0.88% | 0.87% | - |
| XYZ | 31.92 | 42.28 | 74.89 | - |
| YUV | 144.8 | 171 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 190 | 221 | 0.88 | 0.14 | 0 | 0.13 | 189.59 | 0.78 | 0.49 |
| Hex | 1B | BE | DD | 58 | E | 0 | D | BE | 4E | 31 |
| Octal | 33 | 276 | 335 | 130 | 16 | 0 | 15 | 276 | 116 | 61 |
| Binary | 11011 | 10111110 | 11011101 | 1011000 | 1110 | 0 | 1101 | 10111110 | 1001110 | 110001 |
Color Harmonies of #1BBEDD
Complementary color
Monochromatic Colors of #1BBEDD
Black with #1BBEDD
Text Example
Text Example
White with #1BBEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBEDD; }
p { color: rgb(27,190,221); }
H1.HeaderClassName
{
color: #1BBEDD;
}
.AnyTagClassName
{
color: #1BBEDD;
}
</style>
background-color css
<style>
a { background-color: #1BBEDD; }
a { background-color: rgb(27,190,221); }
div.DivClassName
{
background-color: #1BBEDD;
}
.BgClassName
{
background-color: #1BBEDD;
}
</style>
border-color css
<style>
span { border-color: #1BBEDD; }
span { border-color: rgb(27,190,221); }
td.TdClassName
{
border-color: #1BBEDD;
}
.TagClassName
{
border-color: #1BBEDD;
}
</style>