Shades of Summer Sky #2CCDDE
Tints of Summer Sky #2CCDDE
RGB
CMYK
RGB Variations
Color information
#2CCDDE (or 0x2CCDDE) is known color: Summer Sky. HEX triplet: 2C, CD and DE. RGB value is (44,205,222). Sum of RGB (Red+Green+Blue) = 44+205+222=471 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.34% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #2CCDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCDDE is #D33221. Grayscale: #9E9E9E. Windows color (decimal): -13840930 or 14601516. OLE color: 14601516.
HSL color Cylindrical-coordinate representation of color #2CCDDE: hue angle of 185.73º 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 #2CCDDE is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 205 | 222 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.13 |
| HSL | 185.73º | 0.73% | 0.52% | - |
| HSV(B) | 185.73º | 0.8% | 0.87% | - |
| XYZ | 36.05 | 49.47 | 76.76 | - |
| YUV | 158.8 | 163.66 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 222 | 0.80 | 0.08 | 0 | 0.13 | 185.73 | 0.73 | 0.52 |
| Hex | 2C | CD | DE | 50 | 8 | 0 | D | BA | 49 | 34 |
| Octal | 54 | 315 | 336 | 120 | 10 | 0 | 15 | 272 | 111 | 64 |
| Binary | 101100 | 11001101 | 11011110 | 1010000 | 1000 | 0 | 1101 | 10111010 | 1001001 | 110100 |
Color Harmonies of #2CCDDE
Complementary color
Monochromatic Colors of #2CCDDE
Black with #2CCDDE
Text Example
Text Example
White with #2CCDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCDDE; }
p { color: rgb(44,205,222); }
H1.HeaderClassName
{
color: #2CCDDE;
}
.AnyTagClassName
{
color: #2CCDDE;
}
</style>
background-color css
<style>
a { background-color: #2CCDDE; }
a { background-color: rgb(44,205,222); }
div.DivClassName
{
background-color: #2CCDDE;
}
.BgClassName
{
background-color: #2CCDDE;
}
</style>
border-color css
<style>
span { border-color: #2CCDDE; }
span { border-color: rgb(44,205,222); }
td.TdClassName
{
border-color: #2CCDDE;
}
.TagClassName
{
border-color: #2CCDDE;
}
</style>