Shades of Summer Sky #2CBEDE
Tints of Summer Sky #2CBEDE
RGB
CMYK
RGB Variations
Color information
#2CBEDE (or 0x2CBEDE) is known color: Summer Sky. HEX triplet: 2C, BE and DE. RGB value is (44,190,222). Sum of RGB (Red+Green+Blue) = 44+190+222=456 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.65% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #2CBEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBEDE is #D34121. Grayscale: #959595. Windows color (decimal): -13844770 or 14597676. OLE color: 14597676.
HSL color Cylindrical-coordinate representation of color #2CBEDE: hue angle of 190.79º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CBEDE is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 190 | 222 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.13 |
| HSL | 190.79º | 0.73% | 0.52% | - |
| HSV(B) | 190.79º | 0.8% | 0.87% | - |
| XYZ | 32.64 | 42.64 | 75.62 | - |
| YUV | 149.99 | 168.63 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 222 | 0.80 | 0.14 | 0 | 0.13 | 190.79 | 0.73 | 0.52 |
| Hex | 2C | BE | DE | 50 | E | 0 | D | BF | 49 | 34 |
| Octal | 54 | 276 | 336 | 120 | 16 | 0 | 15 | 277 | 111 | 64 |
| Binary | 101100 | 10111110 | 11011110 | 1010000 | 1110 | 0 | 1101 | 10111111 | 1001001 | 110100 |
Color Harmonies of #2CBEDE
Complementary color
Monochromatic Colors of #2CBEDE
Black with #2CBEDE
Text Example
Text Example
White with #2CBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBEDE; }
p { color: rgb(44,190,222); }
H1.HeaderClassName
{
color: #2CBEDE;
}
.AnyTagClassName
{
color: #2CBEDE;
}
</style>
background-color css
<style>
a { background-color: #2CBEDE; }
a { background-color: rgb(44,190,222); }
div.DivClassName
{
background-color: #2CBEDE;
}
.BgClassName
{
background-color: #2CBEDE;
}
</style>
border-color css
<style>
span { border-color: #2CBEDE; }
span { border-color: rgb(44,190,222); }
td.TdClassName
{
border-color: #2CBEDE;
}
.TagClassName
{
border-color: #2CBEDE;
}
</style>