Shades of Summer Sky #2CCDEF
Tints of Summer Sky #2CCDEF
RGB
CMYK
RGB Variations
Color information
#2CCDEF (or 0x2CCDEF) is known color: Summer Sky. HEX triplet: 2C, CD and EF. RGB value is (44,205,239). Sum of RGB (Red+Green+Blue) = 44+205+239=488 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.02% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #2CCDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CCDEF is #D33210. Grayscale: #A0A0A0. Windows color (decimal): -13840913 or 15715628. OLE color: 15715628.
HSL color Cylindrical-coordinate representation of color #2CCDEF: hue angle of 190.46º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CCDEF is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 205 | 239 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.06 |
| HSL | 190.46º | 0.86% | 0.55% | - |
| HSV(B) | 190.46º | 0.82% | 0.94% | - |
| XYZ | 38.45 | 50.43 | 89.37 | - |
| YUV | 160.74 | 172.16 | 44.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 239 | 0.82 | 0.14 | 0 | 0.06 | 190.46 | 0.86 | 0.55 |
| Hex | 2C | CD | EF | 52 | E | 0 | 6 | BE | 56 | 37 |
| Octal | 54 | 315 | 357 | 122 | 16 | 0 | 6 | 276 | 126 | 67 |
| Binary | 101100 | 11001101 | 11101111 | 1010010 | 1110 | 0 | 110 | 10111110 | 1010110 | 110111 |
Color Harmonies of #2CCDEF
Complementary color
Monochromatic Colors of #2CCDEF
Black with #2CCDEF
Text Example
Text Example
White with #2CCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCDEF; }
p { color: rgb(44,205,239); }
H1.HeaderClassName
{
color: #2CCDEF;
}
.AnyTagClassName
{
color: #2CCDEF;
}
</style>
background-color css
<style>
a { background-color: #2CCDEF; }
a { background-color: rgb(44,205,239); }
div.DivClassName
{
background-color: #2CCDEF;
}
.BgClassName
{
background-color: #2CCDEF;
}
</style>
border-color css
<style>
span { border-color: #2CCDEF; }
span { border-color: rgb(44,205,239); }
td.TdClassName
{
border-color: #2CCDEF;
}
.TagClassName
{
border-color: #2CCDEF;
}
</style>