Shades of Summer Sky #1BBDDD
Tints of Summer Sky #1BBDDD
RGB
CMYK
RGB Variations
Color information
#1BBDDD (or 0x1BBDDD) is known color: Summer Sky. HEX triplet: 1B, BD and DD. RGB value is (27,189,221). Sum of RGB (Red+Green+Blue) = 27+189+221=437 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.18% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BBDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBDDD is #E44222. Grayscale: #8F8F8F. Windows color (decimal): -14959139 or 14531867. OLE color: 14531867.
HSL color Cylindrical-coordinate representation of color #1BBDDD: hue angle of 189.9º 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 #1BBDDD is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 189 | 221 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.13 |
| HSL | 189.9º | 0.78% | 0.49% | - |
| HSV(B) | 189.9º | 0.88% | 0.87% | - |
| XYZ | 31.7 | 41.85 | 74.81 | - |
| YUV | 144.21 | 171.33 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 221 | 0.88 | 0.14 | 0 | 0.13 | 189.9 | 0.78 | 0.49 |
| Hex | 1B | BD | DD | 58 | E | 0 | D | BE | 4E | 31 |
| Octal | 33 | 275 | 335 | 130 | 16 | 0 | 15 | 276 | 116 | 61 |
| Binary | 11011 | 10111101 | 11011101 | 1011000 | 1110 | 0 | 1101 | 10111110 | 1001110 | 110001 |
Color Harmonies of #1BBDDD
Complementary color
Monochromatic Colors of #1BBDDD
Black with #1BBDDD
Text Example
Text Example
White with #1BBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBDDD; }
p { color: rgb(27,189,221); }
H1.HeaderClassName
{
color: #1BBDDD;
}
.AnyTagClassName
{
color: #1BBDDD;
}
</style>
background-color css
<style>
a { background-color: #1BBDDD; }
a { background-color: rgb(27,189,221); }
div.DivClassName
{
background-color: #1BBDDD;
}
.BgClassName
{
background-color: #1BBDDD;
}
</style>
border-color css
<style>
span { border-color: #1BBDDD; }
span { border-color: rgb(27,189,221); }
td.TdClassName
{
border-color: #1BBDDD;
}
.TagClassName
{
border-color: #1BBDDD;
}
</style>