Shades of Summer Sky #2CCEEE
Tints of Summer Sky #2CCEEE
RGB
CMYK
RGB Variations
Color information
#2CCEEE (or 0x2CCEEE) is known color: Summer Sky. HEX triplet: 2C, CE and EE. RGB value is (44,206,238). Sum of RGB (Red+Green+Blue) = 44+206+238=488 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.02% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #2CCEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CCEEE is #D33111. Grayscale: #A0A0A0. Windows color (decimal): -13840658 or 15650348. OLE color: 15650348.
HSL color Cylindrical-coordinate representation of color #2CCEEE: hue angle of 189.9º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CCEEE is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 206 | 238 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.07 |
| HSL | 189.9º | 0.85% | 0.55% | - |
| HSV(B) | 189.9º | 0.82% | 0.93% | - |
| XYZ | 38.54 | 50.85 | 88.67 | - |
| YUV | 161.21 | 171.33 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 206 | 238 | 0.82 | 0.13 | 0 | 0.07 | 189.9 | 0.85 | 0.55 |
| Hex | 2C | CE | EE | 52 | D | 0 | 7 | BE | 55 | 37 |
| Octal | 54 | 316 | 356 | 122 | 15 | 0 | 7 | 276 | 125 | 67 |
| Binary | 101100 | 11001110 | 11101110 | 1010010 | 1101 | 0 | 111 | 10111110 | 1010101 | 110111 |
Color Harmonies of #2CCEEE
Complementary color
Monochromatic Colors of #2CCEEE
Black with #2CCEEE
Text Example
Text Example
White with #2CCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCEEE; }
p { color: rgb(44,206,238); }
H1.HeaderClassName
{
color: #2CCEEE;
}
.AnyTagClassName
{
color: #2CCEEE;
}
</style>
background-color css
<style>
a { background-color: #2CCEEE; }
a { background-color: rgb(44,206,238); }
div.DivClassName
{
background-color: #2CCEEE;
}
.BgClassName
{
background-color: #2CCEEE;
}
</style>
border-color css
<style>
span { border-color: #2CCEEE; }
span { border-color: rgb(44,206,238); }
td.TdClassName
{
border-color: #2CCEEE;
}
.TagClassName
{
border-color: #2CCEEE;
}
</style>