Shades of Summer Sky #2CBBCE
Tints of Summer Sky #2CBBCE
RGB
CMYK
RGB Variations
Color information
#2CBBCE (or 0x2CBBCE) is known color: Summer Sky. HEX triplet: 2C, BB and CE. RGB value is (44,187,206). Sum of RGB (Red+Green+Blue) = 44+187+206=437 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.07% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #2CBBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBBCE is #D34431. Grayscale: #929292. Windows color (decimal): -13845554 or 13548332. OLE color: 13548332.
HSL color Cylindrical-coordinate representation of color #2CBBCE: hue angle of 187.04º 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 #2CBBCE is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 187 | 206 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.19 |
| HSL | 187.04º | 0.65% | 0.49% | - |
| HSV(B) | 187.04º | 0.79% | 0.81% | - |
| XYZ | 29.95 | 40.53 | 64.64 | - |
| YUV | 146.41 | 161.62 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 206 | 0.79 | 0.09 | 0 | 0.19 | 187.04 | 0.65 | 0.49 |
| Hex | 2C | BB | CE | 4F | 9 | 0 | 13 | BB | 41 | 31 |
| Octal | 54 | 273 | 316 | 117 | 11 | 0 | 23 | 273 | 101 | 61 |
| Binary | 101100 | 10111011 | 11001110 | 1001111 | 1001 | 0 | 10011 | 10111011 | 1000001 | 110001 |
Color Harmonies of #2CBBCE
Complementary color
Monochromatic Colors of #2CBBCE
Black with #2CBBCE
Text Example
Text Example
White with #2CBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBBCE; }
p { color: rgb(44,187,206); }
H1.HeaderClassName
{
color: #2CBBCE;
}
.AnyTagClassName
{
color: #2CBBCE;
}
</style>
background-color css
<style>
a { background-color: #2CBBCE; }
a { background-color: rgb(44,187,206); }
div.DivClassName
{
background-color: #2CBBCE;
}
.BgClassName
{
background-color: #2CBBCE;
}
</style>
border-color css
<style>
span { border-color: #2CBBCE; }
span { border-color: rgb(44,187,206); }
td.TdClassName
{
border-color: #2CBBCE;
}
.TagClassName
{
border-color: #2CBBCE;
}
</style>