Shades of Summer Sky #2CC3DC
Tints of Summer Sky #2CC3DC
RGB
CMYK
RGB Variations
Color information
#2CC3DC (or 0x2CC3DC) is known color: Summer Sky. HEX triplet: 2C, C3 and DC. RGB value is (44,195,220). Sum of RGB (Red+Green+Blue) = 44+195+220=459 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.59% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #2CC3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC3DC is #D33C23. Grayscale: #989898. Windows color (decimal): -13843492 or 14467884. OLE color: 14467884.
HSL color Cylindrical-coordinate representation of color #2CC3DC: hue angle of 188.52º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CC3DC is Cyan = 0.8, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 195 | 220 | - |
| CMYK | 0.8 | 0.11 | 0 | 0.14 |
| HSL | 188.52º | 0.72% | 0.52% | - |
| HSV(B) | 188.52º | 0.8% | 0.86% | - |
| XYZ | 33.47 | 44.73 | 74.58 | - |
| YUV | 152.7 | 165.97 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 195 | 220 | 0.8 | 0.11 | 0 | 0.14 | 188.52 | 0.72 | 0.52 |
| Hex | 2C | C3 | DC | 50 | B | 0 | E | BD | 48 | 34 |
| Octal | 54 | 303 | 334 | 120 | 13 | 0 | 16 | 275 | 110 | 64 |
| Binary | 101100 | 11000011 | 11011100 | 1010000 | 1011 | 0 | 1110 | 10111101 | 1001000 | 110100 |
Color Harmonies of #2CC3DC
Complementary color
Monochromatic Colors of #2CC3DC
Black with #2CC3DC
Text Example
Text Example
White with #2CC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC3DC; }
p { color: rgb(44,195,220); }
H1.HeaderClassName
{
color: #2CC3DC;
}
.AnyTagClassName
{
color: #2CC3DC;
}
</style>
background-color css
<style>
a { background-color: #2CC3DC; }
a { background-color: rgb(44,195,220); }
div.DivClassName
{
background-color: #2CC3DC;
}
.BgClassName
{
background-color: #2CC3DC;
}
</style>
border-color css
<style>
span { border-color: #2CC3DC; }
span { border-color: rgb(44,195,220); }
td.TdClassName
{
border-color: #2CC3DC;
}
.TagClassName
{
border-color: #2CC3DC;
}
</style>