Shades of Summer Sky #2CCBDC
Tints of Summer Sky #2CCBDC
RGB
CMYK
RGB Variations
Color information
#2CCBDC (or 0x2CCBDC) is known color: Summer Sky. HEX triplet: 2C, CB and DC. RGB value is (44,203,220). Sum of RGB (Red+Green+Blue) = 44+203+220=467 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.42% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #2CCBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCBDC is #D33423. Grayscale: #9D9D9D. Windows color (decimal): -13841444 or 14469932. OLE color: 14469932.
HSL color Cylindrical-coordinate representation of color #2CCBDC: hue angle of 185.8º 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 #2CCBDC is Cyan = 0.8, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 203 | 220 | - |
| CMYK | 0.8 | 0.08 | 0 | 0.14 |
| HSL | 185.8º | 0.72% | 0.52% | - |
| HSV(B) | 185.8º | 0.8% | 0.86% | - |
| XYZ | 35.31 | 48.41 | 75.19 | - |
| YUV | 157.4 | 163.32 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 203 | 220 | 0.8 | 0.08 | 0 | 0.14 | 185.8 | 0.72 | 0.52 |
| Hex | 2C | CB | DC | 50 | 8 | 0 | E | BA | 48 | 34 |
| Octal | 54 | 313 | 334 | 120 | 10 | 0 | 16 | 272 | 110 | 64 |
| Binary | 101100 | 11001011 | 11011100 | 1010000 | 1000 | 0 | 1110 | 10111010 | 1001000 | 110100 |
Color Harmonies of #2CCBDC
Complementary color
Monochromatic Colors of #2CCBDC
Black with #2CCBDC
Text Example
Text Example
White with #2CCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCBDC; }
p { color: rgb(44,203,220); }
H1.HeaderClassName
{
color: #2CCBDC;
}
.AnyTagClassName
{
color: #2CCBDC;
}
</style>
background-color css
<style>
a { background-color: #2CCBDC; }
a { background-color: rgb(44,203,220); }
div.DivClassName
{
background-color: #2CCBDC;
}
.BgClassName
{
background-color: #2CCBDC;
}
</style>
border-color css
<style>
span { border-color: #2CCBDC; }
span { border-color: rgb(44,203,220); }
td.TdClassName
{
border-color: #2CCBDC;
}
.TagClassName
{
border-color: #2CCBDC;
}
</style>