Shades of Summer Sky #2BB1DB
Tints of Summer Sky #2BB1DB
RGB
CMYK
RGB Variations
Color information
#2BB1DB (or 0x2BB1DB) is known color: Summer Sky. HEX triplet: 2B, B1 and DB. RGB value is (43,177,219). Sum of RGB (Red+Green+Blue) = 43+177+219=439 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.79% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BB1DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BB1DB is #D44E24. Grayscale: #8D8D8D. Windows color (decimal): -13913637 or 14397739. OLE color: 14397739.
HSL color Cylindrical-coordinate representation of color #2BB1DB: hue angle of 194.32º 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 #2BB1DB is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 177 | 219 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.14 |
| HSL | 194.32º | 0.71% | 0.51% | - |
| HSV(B) | 194.32º | 0.8% | 0.86% | - |
| XYZ | 29.5 | 37.07 | 72.62 | - |
| YUV | 141.72 | 171.61 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 177 | 219 | 0.80 | 0.19 | 0 | 0.14 | 194.32 | 0.71 | 0.51 |
| Hex | 2B | B1 | DB | 50 | 13 | 0 | E | C2 | 47 | 33 |
| Octal | 53 | 261 | 333 | 120 | 23 | 0 | 16 | 302 | 107 | 63 |
| Binary | 101011 | 10110001 | 11011011 | 1010000 | 10011 | 0 | 1110 | 11000010 | 1000111 | 110011 |
Color Harmonies of #2BB1DB
Complementary color
Monochromatic Colors of #2BB1DB
Black with #2BB1DB
Text Example
Text Example
White with #2BB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB1DB; }
p { color: rgb(43,177,219); }
H1.HeaderClassName
{
color: #2BB1DB;
}
.AnyTagClassName
{
color: #2BB1DB;
}
</style>
background-color css
<style>
a { background-color: #2BB1DB; }
a { background-color: rgb(43,177,219); }
div.DivClassName
{
background-color: #2BB1DB;
}
.BgClassName
{
background-color: #2BB1DB;
}
</style>
border-color css
<style>
span { border-color: #2BB1DB; }
span { border-color: rgb(43,177,219); }
td.TdClassName
{
border-color: #2BB1DB;
}
.TagClassName
{
border-color: #2BB1DB;
}
</style>