Shades of Summer Sky #2BBBCE
Tints of Summer Sky #2BBBCE
RGB
CMYK
RGB Variations
Color information
#2BBBCE (or 0x2BBBCE) is known color: Summer Sky. HEX triplet: 2B, BB and CE. RGB value is (43,187,206). Sum of RGB (Red+Green+Blue) = 43+187+206=436 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.86% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #2BBBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBBCE is #D44431. Grayscale: #919191. Windows color (decimal): -13911090 or 13548331. OLE color: 13548331.
HSL color Cylindrical-coordinate representation of color #2BBBCE: hue angle of 186.99º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BBBCE is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 187 | 206 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.19 |
| HSL | 186.99º | 0.65% | 0.49% | - |
| HSV(B) | 186.99º | 0.79% | 0.81% | - |
| XYZ | 29.91 | 40.51 | 64.64 | - |
| YUV | 146.11 | 161.79 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 187 | 206 | 0.79 | 0.09 | 0 | 0.19 | 186.99 | 0.65 | 0.49 |
| Hex | 2B | BB | CE | 4F | 9 | 0 | 13 | BB | 41 | 31 |
| Octal | 53 | 273 | 316 | 117 | 11 | 0 | 23 | 273 | 101 | 61 |
| Binary | 101011 | 10111011 | 11001110 | 1001111 | 1001 | 0 | 10011 | 10111011 | 1000001 | 110001 |
Color Harmonies of #2BBBCE
Complementary color
Monochromatic Colors of #2BBBCE
Black with #2BBBCE
Text Example
Text Example
White with #2BBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBBCE; }
p { color: rgb(43,187,206); }
H1.HeaderClassName
{
color: #2BBBCE;
}
.AnyTagClassName
{
color: #2BBBCE;
}
</style>
background-color css
<style>
a { background-color: #2BBBCE; }
a { background-color: rgb(43,187,206); }
div.DivClassName
{
background-color: #2BBBCE;
}
.BgClassName
{
background-color: #2BBBCE;
}
</style>
border-color css
<style>
span { border-color: #2BBBCE; }
span { border-color: rgb(43,187,206); }
td.TdClassName
{
border-color: #2BBBCE;
}
.TagClassName
{
border-color: #2BBBCE;
}
</style>