Shades of Summer Sky #2CB8CD
Tints of Summer Sky #2CB8CD
RGB
CMYK
RGB Variations
Color information
#2CB8CD (or 0x2CB8CD) is known color: Summer Sky. HEX triplet: 2C, B8 and CD. RGB value is (44,184,205). Sum of RGB (Red+Green+Blue) = 44+184+205=433 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.16% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #2CB8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB8CD is #D34732. Grayscale: #909090. Windows color (decimal): -13846323 or 13482028. OLE color: 13482028.
HSL color Cylindrical-coordinate representation of color #2CB8CD: hue angle of 187.83º 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 #2CB8CD is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 184 | 205 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.20 |
| HSL | 187.83º | 0.65% | 0.49% | - |
| HSV(B) | 187.83º | 0.79% | 0.8% | - |
| XYZ | 29.2 | 39.22 | 63.79 | - |
| YUV | 144.53 | 162.12 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 184 | 205 | 0.79 | 0.10 | 0 | 0.20 | 187.83 | 0.65 | 0.49 |
| Hex | 2C | B8 | CD | 4F | A | 0 | 14 | BC | 41 | 31 |
| Octal | 54 | 270 | 315 | 117 | 12 | 0 | 24 | 274 | 101 | 61 |
| Binary | 101100 | 10111000 | 11001101 | 1001111 | 1010 | 0 | 10100 | 10111100 | 1000001 | 110001 |
Color Harmonies of #2CB8CD
Complementary color
Monochromatic Colors of #2CB8CD
Black with #2CB8CD
Text Example
Text Example
White with #2CB8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB8CD; }
p { color: rgb(44,184,205); }
H1.HeaderClassName
{
color: #2CB8CD;
}
.AnyTagClassName
{
color: #2CB8CD;
}
</style>
background-color css
<style>
a { background-color: #2CB8CD; }
a { background-color: rgb(44,184,205); }
div.DivClassName
{
background-color: #2CB8CD;
}
.BgClassName
{
background-color: #2CB8CD;
}
</style>
border-color css
<style>
span { border-color: #2CB8CD; }
span { border-color: rgb(44,184,205); }
td.TdClassName
{
border-color: #2CB8CD;
}
.TagClassName
{
border-color: #2CB8CD;
}
</style>