Shades of Summer Sky #1BB0DB
Tints of Summer Sky #1BB0DB
RGB
CMYK
RGB Variations
Color information
#1BB0DB (or 0x1BB0DB) is known color: Summer Sky. HEX triplet: 1B, B0 and DB. RGB value is (27,176,219). Sum of RGB (Red+Green+Blue) = 27+176+219=422 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.40% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BB0DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BB0DB is #E44F24. Grayscale: #888888. Windows color (decimal): -14962469 or 14397467. OLE color: 14397467.
HSL color Cylindrical-coordinate representation of color #1BB0DB: hue angle of 193.44º 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 #1BB0DB is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 176 | 219 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.14 |
| HSL | 193.44º | 0.78% | 0.48% | - |
| HSV(B) | 193.44º | 0.88% | 0.86% | - |
| XYZ | 28.76 | 36.4 | 72.53 | - |
| YUV | 136.35 | 174.64 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 176 | 219 | 0.88 | 0.20 | 0 | 0.14 | 193.44 | 0.78 | 0.48 |
| Hex | 1B | B0 | DB | 58 | 14 | 0 | E | C1 | 4E | 30 |
| Octal | 33 | 260 | 333 | 130 | 24 | 0 | 16 | 301 | 116 | 60 |
| Binary | 11011 | 10110000 | 11011011 | 1011000 | 10100 | 0 | 1110 | 11000001 | 1001110 | 110000 |
Color Harmonies of #1BB0DB
Complementary color
Monochromatic Colors of #1BB0DB
Black with #1BB0DB
Text Example
Text Example
White with #1BB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB0DB; }
p { color: rgb(27,176,219); }
H1.HeaderClassName
{
color: #1BB0DB;
}
.AnyTagClassName
{
color: #1BB0DB;
}
</style>
background-color css
<style>
a { background-color: #1BB0DB; }
a { background-color: rgb(27,176,219); }
div.DivClassName
{
background-color: #1BB0DB;
}
.BgClassName
{
background-color: #1BB0DB;
}
</style>
border-color css
<style>
span { border-color: #1BB0DB; }
span { border-color: rgb(27,176,219); }
td.TdClassName
{
border-color: #1BB0DB;
}
.TagClassName
{
border-color: #1BB0DB;
}
</style>