Shades of Summer Sky #1BB0DE
Tints of Summer Sky #1BB0DE
RGB
CMYK
RGB Variations
Color information
#1BB0DE (or 0x1BB0DE) is known color: Summer Sky. HEX triplet: 1B, B0 and DE. RGB value is (27,176,222). Sum of RGB (Red+Green+Blue) = 27+176+222=425 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.35% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #1BB0DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BB0DE is #E44F21. Grayscale: #888888. Windows color (decimal): -14962466 or 14594075. OLE color: 14594075.
HSL color Cylindrical-coordinate representation of color #1BB0DE: hue angle of 194.15º 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 #1BB0DE is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 176 | 222 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.13 |
| HSL | 194.15º | 0.78% | 0.49% | - |
| HSV(B) | 194.15º | 0.88% | 0.87% | - |
| XYZ | 29.16 | 36.56 | 74.63 | - |
| YUV | 136.69 | 176.14 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 176 | 222 | 0.88 | 0.21 | 0 | 0.13 | 194.15 | 0.78 | 0.49 |
| Hex | 1B | B0 | DE | 58 | 15 | 0 | D | C2 | 4E | 31 |
| Octal | 33 | 260 | 336 | 130 | 25 | 0 | 15 | 302 | 116 | 61 |
| Binary | 11011 | 10110000 | 11011110 | 1011000 | 10101 | 0 | 1101 | 11000010 | 1001110 | 110001 |
Color Harmonies of #1BB0DE
Complementary color
Monochromatic Colors of #1BB0DE
Black with #1BB0DE
Text Example
Text Example
White with #1BB0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB0DE; }
p { color: rgb(27,176,222); }
H1.HeaderClassName
{
color: #1BB0DE;
}
.AnyTagClassName
{
color: #1BB0DE;
}
</style>
background-color css
<style>
a { background-color: #1BB0DE; }
a { background-color: rgb(27,176,222); }
div.DivClassName
{
background-color: #1BB0DE;
}
.BgClassName
{
background-color: #1BB0DE;
}
</style>
border-color css
<style>
span { border-color: #1BB0DE; }
span { border-color: rgb(27,176,222); }
td.TdClassName
{
border-color: #1BB0DE;
}
.TagClassName
{
border-color: #1BB0DE;
}
</style>