Shades of Summer Sky #2C9FCD
Tints of Summer Sky #2C9FCD
RGB
CMYK
RGB Variations
Color information
#2C9FCD (or 0x2C9FCD) is known color: Summer Sky. HEX triplet: 2C, 9F and CD. RGB value is (44,159,205). Sum of RGB (Red+Green+Blue) = 44+159+205=408 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.78% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C9FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C9FCD is #D36032. Grayscale: #818181. Windows color (decimal): -13852723 or 13475628. OLE color: 13475628.
HSL color Cylindrical-coordinate representation of color #2C9FCD: hue angle of 197.14º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C9FCD is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 159 | 205 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.20 |
| HSL | 197.14º | 0.65% | 0.49% | - |
| HSV(B) | 197.14º | 0.79% | 0.8% | - |
| XYZ | 24.46 | 29.74 | 62.21 | - |
| YUV | 129.86 | 170.4 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 159 | 205 | 0.79 | 0.22 | 0 | 0.20 | 197.14 | 0.65 | 0.49 |
| Hex | 2C | 9F | CD | 4F | 16 | 0 | 14 | C5 | 41 | 31 |
| Octal | 54 | 237 | 315 | 117 | 26 | 0 | 24 | 305 | 101 | 61 |
| Binary | 101100 | 10011111 | 11001101 | 1001111 | 10110 | 0 | 10100 | 11000101 | 1000001 | 110001 |
Color Harmonies of #2C9FCD
Complementary color
Monochromatic Colors of #2C9FCD
Black with #2C9FCD
Text Example
Text Example
White with #2C9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9FCD; }
p { color: rgb(44,159,205); }
H1.HeaderClassName
{
color: #2C9FCD;
}
.AnyTagClassName
{
color: #2C9FCD;
}
</style>
background-color css
<style>
a { background-color: #2C9FCD; }
a { background-color: rgb(44,159,205); }
div.DivClassName
{
background-color: #2C9FCD;
}
.BgClassName
{
background-color: #2C9FCD;
}
</style>
border-color css
<style>
span { border-color: #2C9FCD; }
span { border-color: rgb(44,159,205); }
td.TdClassName
{
border-color: #2C9FCD;
}
.TagClassName
{
border-color: #2C9FCD;
}
</style>