Shades of Summer Sky #2BB7DB
Tints of Summer Sky #2BB7DB
RGB
CMYK
RGB Variations
Color information
#2BB7DB (or 0x2BB7DB) is known color: Summer Sky. HEX triplet: 2B, B7 and DB. RGB value is (43,183,219). Sum of RGB (Red+Green+Blue) = 43+183+219=445 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.66% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BB7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB7DB is #D44824. Grayscale: #909090. Windows color (decimal): -13912101 or 14399275. OLE color: 14399275.
HSL color Cylindrical-coordinate representation of color #2BB7DB: hue angle of 192.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BB7DB is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 183 | 219 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.14 |
| HSL | 192.27º | 0.71% | 0.51% | - |
| HSV(B) | 192.27º | 0.8% | 0.86% | - |
| XYZ | 30.72 | 39.5 | 73.02 | - |
| YUV | 145.24 | 169.62 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 183 | 219 | 0.80 | 0.16 | 0 | 0.14 | 192.27 | 0.71 | 0.51 |
| Hex | 2B | B7 | DB | 50 | 10 | 0 | E | C0 | 47 | 33 |
| Octal | 53 | 267 | 333 | 120 | 20 | 0 | 16 | 300 | 107 | 63 |
| Binary | 101011 | 10110111 | 11011011 | 1010000 | 10000 | 0 | 1110 | 11000000 | 1000111 | 110011 |
Color Harmonies of #2BB7DB
Complementary color
Monochromatic Colors of #2BB7DB
Black with #2BB7DB
Text Example
Text Example
White with #2BB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB7DB; }
p { color: rgb(43,183,219); }
H1.HeaderClassName
{
color: #2BB7DB;
}
.AnyTagClassName
{
color: #2BB7DB;
}
</style>
background-color css
<style>
a { background-color: #2BB7DB; }
a { background-color: rgb(43,183,219); }
div.DivClassName
{
background-color: #2BB7DB;
}
.BgClassName
{
background-color: #2BB7DB;
}
</style>
border-color css
<style>
span { border-color: #2BB7DB; }
span { border-color: rgb(43,183,219); }
td.TdClassName
{
border-color: #2BB7DB;
}
.TagClassName
{
border-color: #2BB7DB;
}
</style>