Shades of Summer Sky #2CCCE2
Tints of Summer Sky #2CCCE2
RGB
CMYK
RGB Variations
Color information
#2CCCE2 (or 0x2CCCE2) is known color: Summer Sky. HEX triplet: 2C, CC and E2. RGB value is (44,204,226). Sum of RGB (Red+Green+Blue) = 44+204+226=474 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.28% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 226 - color contains mainly: blue. Hex color #2CCCE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCCE2 is #D3331D. Grayscale: #9E9E9E. Windows color (decimal): -13841182 or 14863404. OLE color: 14863404.
HSL color Cylindrical-coordinate representation of color #2CCCE2: hue angle of 187.25º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CCCE2 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 204 | 226 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.11 |
| HSL | 187.25º | 0.76% | 0.53% | - |
| HSV(B) | 187.25º | 0.81% | 0.89% | - |
| XYZ | 36.36 | 49.21 | 79.53 | - |
| YUV | 158.67 | 165.99 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 226 | 0.81 | 0.10 | 0 | 0.11 | 187.25 | 0.76 | 0.53 |
| Hex | 2C | CC | E2 | 51 | A | 0 | B | BB | 4C | 35 |
| Octal | 54 | 314 | 342 | 121 | 12 | 0 | 13 | 273 | 114 | 65 |
| Binary | 101100 | 11001100 | 11100010 | 1010001 | 1010 | 0 | 1011 | 10111011 | 1001100 | 110101 |
Color Harmonies of #2CCCE2
Complementary color
Monochromatic Colors of #2CCCE2
Black with #2CCCE2
Text Example
Text Example
White with #2CCCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCCE2; }
p { color: rgb(44,204,226); }
H1.HeaderClassName
{
color: #2CCCE2;
}
.AnyTagClassName
{
color: #2CCCE2;
}
</style>
background-color css
<style>
a { background-color: #2CCCE2; }
a { background-color: rgb(44,204,226); }
div.DivClassName
{
background-color: #2CCCE2;
}
.BgClassName
{
background-color: #2CCCE2;
}
</style>
border-color css
<style>
span { border-color: #2CCCE2; }
span { border-color: rgb(44,204,226); }
td.TdClassName
{
border-color: #2CCCE2;
}
.TagClassName
{
border-color: #2CCCE2;
}
</style>