Shades of Summer Sky #2BBBDE
Tints of Summer Sky #2BBBDE
RGB
CMYK
RGB Variations
Color information
#2BBBDE (or 0x2BBBDE) is known color: Summer Sky. HEX triplet: 2B, BB and DE. RGB value is (43,187,222). Sum of RGB (Red+Green+Blue) = 43+187+222=452 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.51% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #2BBBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBBDE is #D44421. Grayscale: #939393. Windows color (decimal): -13911074 or 14596907. OLE color: 14596907.
HSL color Cylindrical-coordinate representation of color #2BBBDE: hue angle of 191.73º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BBBDE is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 187 | 222 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.13 |
| HSL | 191.73º | 0.73% | 0.52% | - |
| HSV(B) | 191.73º | 0.81% | 0.87% | - |
| XYZ | 31.95 | 41.33 | 75.4 | - |
| YUV | 147.93 | 169.79 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 222 | 0.81 | 0.16 | 0 | 0.13 | 191.73 | 0.73 | 0.52 |
| Hex | 2B | BB | DE | 51 | 10 | 0 | D | C0 | 49 | 34 |
| Octal | 53 | 273 | 336 | 121 | 20 | 0 | 15 | 300 | 111 | 64 |
| Binary | 101011 | 10111011 | 11011110 | 1010001 | 10000 | 0 | 1101 | 11000000 | 1001001 | 110100 |
Color Harmonies of #2BBBDE
Complementary color
Monochromatic Colors of #2BBBDE
Black with #2BBBDE
Text Example
Text Example
White with #2BBBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBBDE; }
p { color: rgb(43,187,222); }
H1.HeaderClassName
{
color: #2BBBDE;
}
.AnyTagClassName
{
color: #2BBBDE;
}
</style>
background-color css
<style>
a { background-color: #2BBBDE; }
a { background-color: rgb(43,187,222); }
div.DivClassName
{
background-color: #2BBBDE;
}
.BgClassName
{
background-color: #2BBBDE;
}
</style>
border-color css
<style>
span { border-color: #2BBBDE; }
span { border-color: rgb(43,187,222); }
td.TdClassName
{
border-color: #2BBBDE;
}
.TagClassName
{
border-color: #2BBBDE;
}
</style>