Shades of Summer Sky #2CB0C7
Tints of Summer Sky #2CB0C7
RGB
CMYK
RGB Variations
Color information
#2CB0C7 (or 0x2CB0C7) is known color: Summer Sky. HEX triplet: 2C, B0 and C7. RGB value is (44,176,199). Sum of RGB (Red+Green+Blue) = 44+176+199=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #2CB0C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CB0C7 is #D34F38. Grayscale: #8A8A8A. Windows color (decimal): -13848377 or 13086764. OLE color: 13086764.
HSL color Cylindrical-coordinate representation of color #2CB0C7: hue angle of 188.9º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CB0C7 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 176 | 199 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.22 |
| HSL | 188.9º | 0.64% | 0.48% | - |
| HSV(B) | 188.9º | 0.78% | 0.78% | - |
| XYZ | 26.87 | 35.71 | 59.51 | - |
| YUV | 139.15 | 161.77 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 176 | 199 | 0.78 | 0.12 | 0 | 0.22 | 188.9 | 0.64 | 0.48 |
| Hex | 2C | B0 | C7 | 4E | C | 0 | 16 | BD | 40 | 30 |
| Octal | 54 | 260 | 307 | 116 | 14 | 0 | 26 | 275 | 100 | 60 |
| Binary | 101100 | 10110000 | 11000111 | 1001110 | 1100 | 0 | 10110 | 10111101 | 1000000 | 110000 |
Color Harmonies of #2CB0C7
Complementary color
Monochromatic Colors of #2CB0C7
Black with #2CB0C7
Text Example
Text Example
White with #2CB0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB0C7; }
p { color: rgb(44,176,199); }
H1.HeaderClassName
{
color: #2CB0C7;
}
.AnyTagClassName
{
color: #2CB0C7;
}
</style>
background-color css
<style>
a { background-color: #2CB0C7; }
a { background-color: rgb(44,176,199); }
div.DivClassName
{
background-color: #2CB0C7;
}
.BgClassName
{
background-color: #2CB0C7;
}
</style>
border-color css
<style>
span { border-color: #2CB0C7; }
span { border-color: rgb(44,176,199); }
td.TdClassName
{
border-color: #2CB0C7;
}
.TagClassName
{
border-color: #2CB0C7;
}
</style>