Shades of Summer Sky #2CBAC6
Tints of Summer Sky #2CBAC6
RGB
CMYK
RGB Variations
Color information
#2CBAC6 (or 0x2CBAC6) is known color: Summer Sky. HEX triplet: 2C, BA and C6. RGB value is (44,186,198). Sum of RGB (Red+Green+Blue) = 44+186+198=428 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.28% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #2CBAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBAC6 is #D34539. Grayscale: #909090. Windows color (decimal): -13845818 or 13023788. OLE color: 13023788.
HSL color Cylindrical-coordinate representation of color #2CBAC6: hue angle of 184.68º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CBAC6 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 186 | 198 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.22 |
| HSL | 184.68º | 0.64% | 0.47% | - |
| HSV(B) | 184.68º | 0.78% | 0.78% | - |
| XYZ | 28.79 | 39.73 | 59.58 | - |
| YUV | 144.91 | 157.96 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 198 | 0.78 | 0.06 | 0 | 0.22 | 184.68 | 0.64 | 0.47 |
| Hex | 2C | BA | C6 | 4E | 6 | 0 | 16 | B9 | 40 | 2F |
| Octal | 54 | 272 | 306 | 116 | 6 | 0 | 26 | 271 | 100 | 57 |
| Binary | 101100 | 10111010 | 11000110 | 1001110 | 110 | 0 | 10110 | 10111001 | 1000000 | 101111 |
Color Harmonies of #2CBAC6
Complementary color
Monochromatic Colors of #2CBAC6
Black with #2CBAC6
Text Example
Text Example
White with #2CBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBAC6; }
p { color: rgb(44,186,198); }
H1.HeaderClassName
{
color: #2CBAC6;
}
.AnyTagClassName
{
color: #2CBAC6;
}
</style>
background-color css
<style>
a { background-color: #2CBAC6; }
a { background-color: rgb(44,186,198); }
div.DivClassName
{
background-color: #2CBAC6;
}
.BgClassName
{
background-color: #2CBAC6;
}
</style>
border-color css
<style>
span { border-color: #2CBAC6; }
span { border-color: rgb(44,186,198); }
td.TdClassName
{
border-color: #2CBAC6;
}
.TagClassName
{
border-color: #2CBAC6;
}
</style>