Shades of Summer Sky #2BBCCC
Tints of Summer Sky #2BBCCC
RGB
CMYK
RGB Variations
Color information
#2BBCCC (or 0x2BBCCC) is known color: Summer Sky. HEX triplet: 2B, BC and CC. RGB value is (43,188,204). Sum of RGB (Red+Green+Blue) = 43+188+204=435 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.89% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BBCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBCCC is #D44333. Grayscale: #929292. Windows color (decimal): -13910836 or 13417515. OLE color: 13417515.
HSL color Cylindrical-coordinate representation of color #2BBCCC: hue angle of 185.96º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BBCCC is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 188 | 204 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.2 |
| HSL | 185.96º | 0.65% | 0.48% | - |
| HSV(B) | 185.96º | 0.79% | 0.8% | - |
| XYZ | 29.88 | 40.84 | 63.43 | - |
| YUV | 146.47 | 160.46 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 204 | 0.79 | 0.08 | 0 | 0.2 | 185.96 | 0.65 | 0.48 |
| Hex | 2B | BC | CC | 4F | 8 | 0 | 14 | BA | 41 | 30 |
| Octal | 53 | 274 | 314 | 117 | 10 | 0 | 24 | 272 | 101 | 60 |
| Binary | 101011 | 10111100 | 11001100 | 1001111 | 1000 | 0 | 10100 | 10111010 | 1000001 | 110000 |
Color Harmonies of #2BBCCC
Complementary color
Monochromatic Colors of #2BBCCC
Black with #2BBCCC
Text Example
Text Example
White with #2BBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCCC; }
p { color: rgb(43,188,204); }
H1.HeaderClassName
{
color: #2BBCCC;
}
.AnyTagClassName
{
color: #2BBCCC;
}
</style>
background-color css
<style>
a { background-color: #2BBCCC; }
a { background-color: rgb(43,188,204); }
div.DivClassName
{
background-color: #2BBCCC;
}
.BgClassName
{
background-color: #2BBCCC;
}
</style>
border-color css
<style>
span { border-color: #2BBCCC; }
span { border-color: rgb(43,188,204); }
td.TdClassName
{
border-color: #2BBCCC;
}
.TagClassName
{
border-color: #2BBCCC;
}
</style>