Shades of Summer Sky #2CB6CF
Tints of Summer Sky #2CB6CF
RGB
CMYK
RGB Variations
Color information
#2CB6CF (or 0x2CB6CF) is known color: Summer Sky. HEX triplet: 2C, B6 and CF. RGB value is (44,182,207). Sum of RGB (Red+Green+Blue) = 44+182+207=433 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.16% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #2CB6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB6CF is #D34930. Grayscale: #8F8F8F. Windows color (decimal): -13846833 or 13612588. OLE color: 13612588.
HSL color Cylindrical-coordinate representation of color #2CB6CF: hue angle of 189.2º 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 #2CB6CF is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 182 | 207 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.19 |
| HSL | 189.2º | 0.65% | 0.49% | - |
| HSV(B) | 189.2º | 0.79% | 0.81% | - |
| XYZ | 29.03 | 38.5 | 64.93 | - |
| YUV | 143.59 | 163.78 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 182 | 207 | 0.79 | 0.12 | 0 | 0.19 | 189.2 | 0.65 | 0.49 |
| Hex | 2C | B6 | CF | 4F | C | 0 | 13 | BD | 41 | 31 |
| Octal | 54 | 266 | 317 | 117 | 14 | 0 | 23 | 275 | 101 | 61 |
| Binary | 101100 | 10110110 | 11001111 | 1001111 | 1100 | 0 | 10011 | 10111101 | 1000001 | 110001 |
Color Harmonies of #2CB6CF
Complementary color
Monochromatic Colors of #2CB6CF
Black with #2CB6CF
Text Example
Text Example
White with #2CB6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB6CF; }
p { color: rgb(44,182,207); }
H1.HeaderClassName
{
color: #2CB6CF;
}
.AnyTagClassName
{
color: #2CB6CF;
}
</style>
background-color css
<style>
a { background-color: #2CB6CF; }
a { background-color: rgb(44,182,207); }
div.DivClassName
{
background-color: #2CB6CF;
}
.BgClassName
{
background-color: #2CB6CF;
}
</style>
border-color css
<style>
span { border-color: #2CB6CF; }
span { border-color: rgb(44,182,207); }
td.TdClassName
{
border-color: #2CB6CF;
}
.TagClassName
{
border-color: #2CB6CF;
}
</style>