Shades of Summer Sky #2CBBE0
Tints of Summer Sky #2CBBE0
RGB
CMYK
RGB Variations
Color information
#2CBBE0 (or 0x2CBBE0) is known color: Summer Sky. HEX triplet: 2C, BB and E0. RGB value is (44,187,224). Sum of RGB (Red+Green+Blue) = 44+187+224=455 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.67% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #2CBBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBBE0 is #D3441F. Grayscale: #949494. Windows color (decimal): -13845536 or 14727980. OLE color: 14727980.
HSL color Cylindrical-coordinate representation of color #2CBBE0: hue angle of 192.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CBBE0 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 187 | 224 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.12 |
| HSL | 192.33º | 0.74% | 0.53% | - |
| HSV(B) | 192.33º | 0.8% | 0.88% | - |
| XYZ | 32.26 | 41.46 | 76.82 | - |
| YUV | 148.46 | 170.62 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 224 | 0.80 | 0.17 | 0 | 0.12 | 192.33 | 0.74 | 0.53 |
| Hex | 2C | BB | E0 | 50 | 11 | 0 | C | C0 | 4A | 35 |
| Octal | 54 | 273 | 340 | 120 | 21 | 0 | 14 | 300 | 112 | 65 |
| Binary | 101100 | 10111011 | 11100000 | 1010000 | 10001 | 0 | 1100 | 11000000 | 1001010 | 110101 |
Color Harmonies of #2CBBE0
Complementary color
Monochromatic Colors of #2CBBE0
Black with #2CBBE0
Text Example
Text Example
White with #2CBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBBE0; }
p { color: rgb(44,187,224); }
H1.HeaderClassName
{
color: #2CBBE0;
}
.AnyTagClassName
{
color: #2CBBE0;
}
</style>
background-color css
<style>
a { background-color: #2CBBE0; }
a { background-color: rgb(44,187,224); }
div.DivClassName
{
background-color: #2CBBE0;
}
.BgClassName
{
background-color: #2CBBE0;
}
</style>
border-color css
<style>
span { border-color: #2CBBE0; }
span { border-color: rgb(44,187,224); }
td.TdClassName
{
border-color: #2CBBE0;
}
.TagClassName
{
border-color: #2CBBE0;
}
</style>