Shades of Summer Sky #2CC9DB
Tints of Summer Sky #2CC9DB
RGB
CMYK
RGB Variations
Color information
#2CC9DB (or 0x2CC9DB) is known color: Summer Sky. HEX triplet: 2C, C9 and DB. RGB value is (44,201,219). Sum of RGB (Red+Green+Blue) = 44+201+219=464 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.48% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #2CC9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC9DB is #D33624. Grayscale: #9B9B9B. Windows color (decimal): -13841957 or 14403884. OLE color: 14403884.
HSL color Cylindrical-coordinate representation of color #2CC9DB: hue angle of 186.17º degrees, saturation: 0.71, 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 #2CC9DB is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 201 | 219 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.14 |
| HSL | 186.17º | 0.71% | 0.52% | - |
| HSV(B) | 186.17º | 0.8% | 0.86% | - |
| XYZ | 34.71 | 47.42 | 74.34 | - |
| YUV | 156.11 | 163.49 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 201 | 219 | 0.80 | 0.08 | 0 | 0.14 | 186.17 | 0.71 | 0.52 |
| Hex | 2C | C9 | DB | 50 | 8 | 0 | E | BA | 47 | 34 |
| Octal | 54 | 311 | 333 | 120 | 10 | 0 | 16 | 272 | 107 | 64 |
| Binary | 101100 | 11001001 | 11011011 | 1010000 | 1000 | 0 | 1110 | 10111010 | 1000111 | 110100 |
Color Harmonies of #2CC9DB
Complementary color
Monochromatic Colors of #2CC9DB
Black with #2CC9DB
Text Example
Text Example
White with #2CC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC9DB; }
p { color: rgb(44,201,219); }
H1.HeaderClassName
{
color: #2CC9DB;
}
.AnyTagClassName
{
color: #2CC9DB;
}
</style>
background-color css
<style>
a { background-color: #2CC9DB; }
a { background-color: rgb(44,201,219); }
div.DivClassName
{
background-color: #2CC9DB;
}
.BgClassName
{
background-color: #2CC9DB;
}
</style>
border-color css
<style>
span { border-color: #2CC9DB; }
span { border-color: rgb(44,201,219); }
td.TdClassName
{
border-color: #2CC9DB;
}
.TagClassName
{
border-color: #2CC9DB;
}
</style>