Shades of Summer Sky #1BBADC
Tints of Summer Sky #1BBADC
RGB
CMYK
RGB Variations
Color information
#1BBADC (or 0x1BBADC) is known color: Summer Sky. HEX triplet: 1B, BA and DC. RGB value is (27,186,220). Sum of RGB (Red+Green+Blue) = 27+186+220=433 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.24% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BBADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBADC is #E44523. Grayscale: #8E8E8E. Windows color (decimal): -14959908 or 14465563. OLE color: 14465563.
HSL color Cylindrical-coordinate representation of color #1BBADC: hue angle of 190.57º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BBADC is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 186 | 220 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.14 |
| HSL | 190.57º | 0.78% | 0.48% | - |
| HSV(B) | 190.57º | 0.88% | 0.86% | - |
| XYZ | 30.93 | 40.52 | 73.9 | - |
| YUV | 142.34 | 171.82 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 220 | 0.88 | 0.15 | 0 | 0.14 | 190.57 | 0.78 | 0.48 |
| Hex | 1B | BA | DC | 58 | F | 0 | E | BF | 4E | 30 |
| Octal | 33 | 272 | 334 | 130 | 17 | 0 | 16 | 277 | 116 | 60 |
| Binary | 11011 | 10111010 | 11011100 | 1011000 | 1111 | 0 | 1110 | 10111111 | 1001110 | 110000 |
Color Harmonies of #1BBADC
Complementary color
Monochromatic Colors of #1BBADC
Black with #1BBADC
Text Example
Text Example
White with #1BBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBADC; }
p { color: rgb(27,186,220); }
H1.HeaderClassName
{
color: #1BBADC;
}
.AnyTagClassName
{
color: #1BBADC;
}
</style>
background-color css
<style>
a { background-color: #1BBADC; }
a { background-color: rgb(27,186,220); }
div.DivClassName
{
background-color: #1BBADC;
}
.BgClassName
{
background-color: #1BBADC;
}
</style>
border-color css
<style>
span { border-color: #1BBADC; }
span { border-color: rgb(27,186,220); }
td.TdClassName
{
border-color: #1BBADC;
}
.TagClassName
{
border-color: #1BBADC;
}
</style>