Shades of Summer Sky #2CBCD7
Tints of Summer Sky #2CBCD7
RGB
CMYK
RGB Variations
Color information
#2CBCD7 (or 0x2CBCD7) is known color: Summer Sky. HEX triplet: 2C, BC and D7. RGB value is (44,188,215). Sum of RGB (Red+Green+Blue) = 44+188+215=447 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.84% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #2CBCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBCD7 is #D34328. Grayscale: #939393. Windows color (decimal): -13845289 or 14138412. OLE color: 14138412.
HSL color Cylindrical-coordinate representation of color #2CBCD7: hue angle of 189.47º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CBCD7 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 188 | 215 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.16 |
| HSL | 189.47º | 0.68% | 0.51% | - |
| HSV(B) | 189.47º | 0.8% | 0.84% | - |
| XYZ | 31.29 | 41.41 | 70.63 | - |
| YUV | 148.02 | 165.79 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 215 | 0.80 | 0.13 | 0 | 0.16 | 189.47 | 0.68 | 0.51 |
| Hex | 2C | BC | D7 | 50 | D | 0 | 10 | BD | 44 | 33 |
| Octal | 54 | 274 | 327 | 120 | 15 | 0 | 20 | 275 | 104 | 63 |
| Binary | 101100 | 10111100 | 11010111 | 1010000 | 1101 | 0 | 10000 | 10111101 | 1000100 | 110011 |
Color Harmonies of #2CBCD7
Complementary color
Monochromatic Colors of #2CBCD7
Black with #2CBCD7
Text Example
Text Example
White with #2CBCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBCD7; }
p { color: rgb(44,188,215); }
H1.HeaderClassName
{
color: #2CBCD7;
}
.AnyTagClassName
{
color: #2CBCD7;
}
</style>
background-color css
<style>
a { background-color: #2CBCD7; }
a { background-color: rgb(44,188,215); }
div.DivClassName
{
background-color: #2CBCD7;
}
.BgClassName
{
background-color: #2CBCD7;
}
</style>
border-color css
<style>
span { border-color: #2CBCD7; }
span { border-color: rgb(44,188,215); }
td.TdClassName
{
border-color: #2CBCD7;
}
.TagClassName
{
border-color: #2CBCD7;
}
</style>