Shades of Summer Sky #2CBED1
Tints of Summer Sky #2CBED1
RGB
CMYK
RGB Variations
Color information
#2CBED1 (or 0x2CBED1) is known color: Summer Sky. HEX triplet: 2C, BE and D1. RGB value is (44,190,209). Sum of RGB (Red+Green+Blue) = 44+190+209=443 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.93% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #2CBED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBED1 is #D3412E. Grayscale: #949494. Windows color (decimal): -13844783 or 13745708. OLE color: 13745708.
HSL color Cylindrical-coordinate representation of color #2CBED1: hue angle of 186.91º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CBED1 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 190 | 209 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.18 |
| HSL | 186.91º | 0.65% | 0.5% | - |
| HSV(B) | 186.91º | 0.79% | 0.82% | - |
| XYZ | 30.96 | 41.97 | 66.79 | - |
| YUV | 148.51 | 162.13 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 209 | 0.79 | 0.09 | 0 | 0.18 | 186.91 | 0.65 | 0.5 |
| Hex | 2C | BE | D1 | 4F | 9 | 0 | 12 | BB | 41 | 32 |
| Octal | 54 | 276 | 321 | 117 | 11 | 0 | 22 | 273 | 101 | 62 |
| Binary | 101100 | 10111110 | 11010001 | 1001111 | 1001 | 0 | 10010 | 10111011 | 1000001 | 110010 |
Color Harmonies of #2CBED1
Complementary color
Monochromatic Colors of #2CBED1
Black with #2CBED1
Text Example
Text Example
White with #2CBED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBED1; }
p { color: rgb(44,190,209); }
H1.HeaderClassName
{
color: #2CBED1;
}
.AnyTagClassName
{
color: #2CBED1;
}
</style>
background-color css
<style>
a { background-color: #2CBED1; }
a { background-color: rgb(44,190,209); }
div.DivClassName
{
background-color: #2CBED1;
}
.BgClassName
{
background-color: #2CBED1;
}
</style>
border-color css
<style>
span { border-color: #2CBED1; }
span { border-color: rgb(44,190,209); }
td.TdClassName
{
border-color: #2CBED1;
}
.TagClassName
{
border-color: #2CBED1;
}
</style>