Shades of Summer Sky #2BBCC7
Tints of Summer Sky #2BBCC7
RGB
CMYK
RGB Variations
Color information
#2BBCC7 (or 0x2BBCC7) is known color: Summer Sky. HEX triplet: 2B, BC and C7. RGB value is (43,188,199). Sum of RGB (Red+Green+Blue) = 43+188+199=430 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 199 - color contains mainly: blue. Hex color #2BBCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBCC7 is #D44338. Grayscale: #919191. Windows color (decimal): -13910841 or 13089835. OLE color: 13089835.
HSL color Cylindrical-coordinate representation of color #2BBCC7: hue angle of 184.23º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BBCC7 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 188 | 199 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.22 |
| HSL | 184.23º | 0.64% | 0.47% | - |
| HSV(B) | 184.23º | 0.78% | 0.78% | - |
| XYZ | 29.29 | 40.6 | 60.33 | - |
| YUV | 145.9 | 157.96 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 199 | 0.78 | 0.06 | 0 | 0.22 | 184.23 | 0.64 | 0.47 |
| Hex | 2B | BC | C7 | 4E | 6 | 0 | 16 | B8 | 40 | 2F |
| Octal | 53 | 274 | 307 | 116 | 6 | 0 | 26 | 270 | 100 | 57 |
| Binary | 101011 | 10111100 | 11000111 | 1001110 | 110 | 0 | 10110 | 10111000 | 1000000 | 101111 |
Color Harmonies of #2BBCC7
Complementary color
Monochromatic Colors of #2BBCC7
Black with #2BBCC7
Text Example
Text Example
White with #2BBCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCC7; }
p { color: rgb(43,188,199); }
H1.HeaderClassName
{
color: #2BBCC7;
}
.AnyTagClassName
{
color: #2BBCC7;
}
</style>
background-color css
<style>
a { background-color: #2BBCC7; }
a { background-color: rgb(43,188,199); }
div.DivClassName
{
background-color: #2BBCC7;
}
.BgClassName
{
background-color: #2BBCC7;
}
</style>
border-color css
<style>
span { border-color: #2BBCC7; }
span { border-color: rgb(43,188,199); }
td.TdClassName
{
border-color: #2BBCC7;
}
.TagClassName
{
border-color: #2BBCC7;
}
</style>