Shades of Summer Sky #2CABCD
Tints of Summer Sky #2CABCD
RGB
CMYK
RGB Variations
Color information
#2CABCD (or 0x2CABCD) is known color: Summer Sky. HEX triplet: 2C, AB and CD. RGB value is (44,171,205). Sum of RGB (Red+Green+Blue) = 44+171+205=420 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.48% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #2CABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CABCD is #D35432. Grayscale: #888888. Windows color (decimal): -13849651 or 13478700. OLE color: 13478700.
HSL color Cylindrical-coordinate representation of color #2CABCD: hue angle of 192.67º 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 #2CABCD is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 171 | 205 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.20 |
| HSL | 192.67º | 0.65% | 0.49% | - |
| HSV(B) | 192.67º | 0.79% | 0.8% | - |
| XYZ | 26.62 | 34.07 | 62.93 | - |
| YUV | 136.9 | 166.42 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 171 | 205 | 0.79 | 0.17 | 0 | 0.20 | 192.67 | 0.65 | 0.49 |
| Hex | 2C | AB | CD | 4F | 11 | 0 | 14 | C1 | 41 | 31 |
| Octal | 54 | 253 | 315 | 117 | 21 | 0 | 24 | 301 | 101 | 61 |
| Binary | 101100 | 10101011 | 11001101 | 1001111 | 10001 | 0 | 10100 | 11000001 | 1000001 | 110001 |
Color Harmonies of #2CABCD
Complementary color
Monochromatic Colors of #2CABCD
Black with #2CABCD
Text Example
Text Example
White with #2CABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CABCD; }
p { color: rgb(44,171,205); }
H1.HeaderClassName
{
color: #2CABCD;
}
.AnyTagClassName
{
color: #2CABCD;
}
</style>
background-color css
<style>
a { background-color: #2CABCD; }
a { background-color: rgb(44,171,205); }
div.DivClassName
{
background-color: #2CABCD;
}
.BgClassName
{
background-color: #2CABCD;
}
</style>
border-color css
<style>
span { border-color: #2CABCD; }
span { border-color: rgb(44,171,205); }
td.TdClassName
{
border-color: #2CABCD;
}
.TagClassName
{
border-color: #2CABCD;
}
</style>