Shades of Summer Sky #2CBECC
Tints of Summer Sky #2CBECC
RGB
CMYK
RGB Variations
Color information
#2CBECC (or 0x2CBECC) is known color: Summer Sky. HEX triplet: 2C, BE and CC. RGB value is (44,190,204). Sum of RGB (Red+Green+Blue) = 44+190+204=438 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10.05% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #2CBECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBECC is #D34133. Grayscale: #939393. Windows color (decimal): -13844788 or 13418028. OLE color: 13418028.
HSL color Cylindrical-coordinate representation of color #2CBECC: hue angle of 185.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CBECC is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 190 | 204 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.2 |
| HSL | 185.25º | 0.65% | 0.49% | - |
| HSV(B) | 185.25º | 0.78% | 0.8% | - |
| XYZ | 30.35 | 41.72 | 63.58 | - |
| YUV | 147.94 | 159.63 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 204 | 0.78 | 0.07 | 0 | 0.2 | 185.25 | 0.65 | 0.49 |
| Hex | 2C | BE | CC | 4E | 7 | 0 | 14 | B9 | 41 | 31 |
| Octal | 54 | 276 | 314 | 116 | 7 | 0 | 24 | 271 | 101 | 61 |
| Binary | 101100 | 10111110 | 11001100 | 1001110 | 111 | 0 | 10100 | 10111001 | 1000001 | 110001 |
Color Harmonies of #2CBECC
Complementary color
Monochromatic Colors of #2CBECC
Black with #2CBECC
Text Example
Text Example
White with #2CBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBECC; }
p { color: rgb(44,190,204); }
H1.HeaderClassName
{
color: #2CBECC;
}
.AnyTagClassName
{
color: #2CBECC;
}
</style>
background-color css
<style>
a { background-color: #2CBECC; }
a { background-color: rgb(44,190,204); }
div.DivClassName
{
background-color: #2CBECC;
}
.BgClassName
{
background-color: #2CBECC;
}
</style>
border-color css
<style>
span { border-color: #2CBECC; }
span { border-color: rgb(44,190,204); }
td.TdClassName
{
border-color: #2CBECC;
}
.TagClassName
{
border-color: #2CBECC;
}
</style>