Shades of Summer Sky #1BBCDD
Tints of Summer Sky #1BBCDD
RGB
CMYK
RGB Variations
Color information
#1BBCDD (or 0x1BBCDD) is known color: Summer Sky. HEX triplet: 1B, BC and DD. RGB value is (27,188,221). Sum of RGB (Red+Green+Blue) = 27+188+221=436 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.19% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BBCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCDD is #E44322. Grayscale: #8F8F8F. Windows color (decimal): -14959395 or 14531611. OLE color: 14531611.
HSL color Cylindrical-coordinate representation of color #1BBCDD: hue angle of 190.21º 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 #1BBCDD is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 188 | 221 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.13 |
| HSL | 190.21º | 0.78% | 0.49% | - |
| HSV(B) | 190.21º | 0.88% | 0.87% | - |
| XYZ | 31.49 | 41.42 | 74.74 | - |
| YUV | 143.62 | 171.66 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 221 | 0.88 | 0.15 | 0 | 0.13 | 190.21 | 0.78 | 0.49 |
| Hex | 1B | BC | DD | 58 | F | 0 | D | BE | 4E | 31 |
| Octal | 33 | 274 | 335 | 130 | 17 | 0 | 15 | 276 | 116 | 61 |
| Binary | 11011 | 10111100 | 11011101 | 1011000 | 1111 | 0 | 1101 | 10111110 | 1001110 | 110001 |
Color Harmonies of #1BBCDD
Complementary color
Monochromatic Colors of #1BBCDD
Black with #1BBCDD
Text Example
Text Example
White with #1BBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCDD; }
p { color: rgb(27,188,221); }
H1.HeaderClassName
{
color: #1BBCDD;
}
.AnyTagClassName
{
color: #1BBCDD;
}
</style>
background-color css
<style>
a { background-color: #1BBCDD; }
a { background-color: rgb(27,188,221); }
div.DivClassName
{
background-color: #1BBCDD;
}
.BgClassName
{
background-color: #1BBCDD;
}
</style>
border-color css
<style>
span { border-color: #1BBCDD; }
span { border-color: rgb(27,188,221); }
td.TdClassName
{
border-color: #1BBCDD;
}
.TagClassName
{
border-color: #1BBCDD;
}
</style>