Shades of Summer Sky #2BBCD6
Tints of Summer Sky #2BBCD6
RGB
CMYK
RGB Variations
Color information
#2BBCD6 (or 0x2BBCD6) is known color: Summer Sky. HEX triplet: 2B, BC and D6. RGB value is (43,188,214). Sum of RGB (Red+Green+Blue) = 43+188+214=445 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.66% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #2BBCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBCD6 is #D44329. Grayscale: #939393. Windows color (decimal): -13910826 or 14072875. OLE color: 14072875.
HSL color Cylindrical-coordinate representation of color #2BBCD6: hue angle of 189.12º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BBCD6 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 188 | 214 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.16 |
| HSL | 189.12º | 0.68% | 0.5% | - |
| HSV(B) | 189.12º | 0.8% | 0.84% | - |
| XYZ | 31.12 | 41.34 | 69.96 | - |
| YUV | 147.61 | 165.46 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 214 | 0.80 | 0.12 | 0 | 0.16 | 189.12 | 0.68 | 0.5 |
| Hex | 2B | BC | D6 | 50 | C | 0 | 10 | BD | 44 | 32 |
| Octal | 53 | 274 | 326 | 120 | 14 | 0 | 20 | 275 | 104 | 62 |
| Binary | 101011 | 10111100 | 11010110 | 1010000 | 1100 | 0 | 10000 | 10111101 | 1000100 | 110010 |
Color Harmonies of #2BBCD6
Complementary color
Monochromatic Colors of #2BBCD6
Black with #2BBCD6
Text Example
Text Example
White with #2BBCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCD6; }
p { color: rgb(43,188,214); }
H1.HeaderClassName
{
color: #2BBCD6;
}
.AnyTagClassName
{
color: #2BBCD6;
}
</style>
background-color css
<style>
a { background-color: #2BBCD6; }
a { background-color: rgb(43,188,214); }
div.DivClassName
{
background-color: #2BBCD6;
}
.BgClassName
{
background-color: #2BBCD6;
}
</style>
border-color css
<style>
span { border-color: #2BBCD6; }
span { border-color: rgb(43,188,214); }
td.TdClassName
{
border-color: #2BBCD6;
}
.TagClassName
{
border-color: #2BBCD6;
}
</style>