Shades of Summer Sky #2CBECE
Tints of Summer Sky #2CBECE
RGB
CMYK
RGB Variations
Color information
#2CBECE (or 0x2CBECE) is known color: Summer Sky. HEX triplet: 2C, BE and CE. RGB value is (44,190,206). Sum of RGB (Red+Green+Blue) = 44+190+206=440 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #2CBECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBECE is #D34131. Grayscale: #939393. Windows color (decimal): -13844786 or 13549100. OLE color: 13549100.
HSL color Cylindrical-coordinate representation of color #2CBECE: hue angle of 185.93º 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 #2CBECE is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 190 | 206 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.19 |
| HSL | 185.93º | 0.65% | 0.49% | - |
| HSV(B) | 185.93º | 0.79% | 0.81% | - |
| XYZ | 30.59 | 41.82 | 64.85 | - |
| YUV | 148.17 | 160.63 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 206 | 0.79 | 0.08 | 0 | 0.19 | 185.93 | 0.65 | 0.49 |
| Hex | 2C | BE | CE | 4F | 8 | 0 | 13 | BA | 41 | 31 |
| Octal | 54 | 276 | 316 | 117 | 10 | 0 | 23 | 272 | 101 | 61 |
| Binary | 101100 | 10111110 | 11001110 | 1001111 | 1000 | 0 | 10011 | 10111010 | 1000001 | 110001 |
Color Harmonies of #2CBECE
Complementary color
Monochromatic Colors of #2CBECE
Black with #2CBECE
Text Example
Text Example
White with #2CBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBECE; }
p { color: rgb(44,190,206); }
H1.HeaderClassName
{
color: #2CBECE;
}
.AnyTagClassName
{
color: #2CBECE;
}
</style>
background-color css
<style>
a { background-color: #2CBECE; }
a { background-color: rgb(44,190,206); }
div.DivClassName
{
background-color: #2CBECE;
}
.BgClassName
{
background-color: #2CBECE;
}
</style>
border-color css
<style>
span { border-color: #2CBECE; }
span { border-color: rgb(44,190,206); }
td.TdClassName
{
border-color: #2CBECE;
}
.TagClassName
{
border-color: #2CBECE;
}
</style>