Shades of Summer Sky #2CB9CE
Tints of Summer Sky #2CB9CE
RGB
CMYK
RGB Variations
Color information
#2CB9CE (or 0x2CB9CE) is known color: Summer Sky. HEX triplet: 2C, B9 and CE. RGB value is (44,185,206). Sum of RGB (Red+Green+Blue) = 44+185+206=435 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.11% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #2CB9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB9CE is #D34631. Grayscale: #919191. Windows color (decimal): -13846066 or 13547820. OLE color: 13547820.
HSL color Cylindrical-coordinate representation of color #2CB9CE: hue angle of 187.78º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CB9CE is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 185 | 206 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.19 |
| HSL | 187.78º | 0.65% | 0.49% | - |
| HSV(B) | 187.78º | 0.79% | 0.81% | - |
| XYZ | 29.53 | 39.69 | 64.5 | - |
| YUV | 145.24 | 162.29 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 185 | 206 | 0.79 | 0.10 | 0 | 0.19 | 187.78 | 0.65 | 0.49 |
| Hex | 2C | B9 | CE | 4F | A | 0 | 13 | BC | 41 | 31 |
| Octal | 54 | 271 | 316 | 117 | 12 | 0 | 23 | 274 | 101 | 61 |
| Binary | 101100 | 10111001 | 11001110 | 1001111 | 1010 | 0 | 10011 | 10111100 | 1000001 | 110001 |
Color Harmonies of #2CB9CE
Complementary color
Monochromatic Colors of #2CB9CE
Black with #2CB9CE
Text Example
Text Example
White with #2CB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB9CE; }
p { color: rgb(44,185,206); }
H1.HeaderClassName
{
color: #2CB9CE;
}
.AnyTagClassName
{
color: #2CB9CE;
}
</style>
background-color css
<style>
a { background-color: #2CB9CE; }
a { background-color: rgb(44,185,206); }
div.DivClassName
{
background-color: #2CB9CE;
}
.BgClassName
{
background-color: #2CB9CE;
}
</style>
border-color css
<style>
span { border-color: #2CB9CE; }
span { border-color: rgb(44,185,206); }
td.TdClassName
{
border-color: #2CB9CE;
}
.TagClassName
{
border-color: #2CB9CE;
}
</style>