Shades of Summer Sky #2CADCE
Tints of Summer Sky #2CADCE
RGB
CMYK
RGB Variations
Color information
#2CADCE (or 0x2CADCE) is known color: Summer Sky. HEX triplet: 2C, AD and CE. RGB value is (44,173,206). Sum of RGB (Red+Green+Blue) = 44+173+206=423 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.40% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #2CADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CADCE is #D35231. Grayscale: #898989. Windows color (decimal): -13849138 or 13544748. OLE color: 13544748.
HSL color Cylindrical-coordinate representation of color #2CADCE: hue angle of 192.22º 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 #2CADCE is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 173 | 206 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.19 |
| HSL | 192.22º | 0.65% | 0.49% | - |
| HSV(B) | 192.22º | 0.79% | 0.81% | - |
| XYZ | 27.12 | 34.88 | 63.7 | - |
| YUV | 138.19 | 166.26 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 206 | 0.79 | 0.16 | 0 | 0.19 | 192.22 | 0.65 | 0.49 |
| Hex | 2C | AD | CE | 4F | 10 | 0 | 13 | C0 | 41 | 31 |
| Octal | 54 | 255 | 316 | 117 | 20 | 0 | 23 | 300 | 101 | 61 |
| Binary | 101100 | 10101101 | 11001110 | 1001111 | 10000 | 0 | 10011 | 11000000 | 1000001 | 110001 |
Color Harmonies of #2CADCE
Complementary color
Monochromatic Colors of #2CADCE
Black with #2CADCE
Text Example
Text Example
White with #2CADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CADCE; }
p { color: rgb(44,173,206); }
H1.HeaderClassName
{
color: #2CADCE;
}
.AnyTagClassName
{
color: #2CADCE;
}
</style>
background-color css
<style>
a { background-color: #2CADCE; }
a { background-color: rgb(44,173,206); }
div.DivClassName
{
background-color: #2CADCE;
}
.BgClassName
{
background-color: #2CADCE;
}
</style>
border-color css
<style>
span { border-color: #2CADCE; }
span { border-color: rgb(44,173,206); }
td.TdClassName
{
border-color: #2CADCE;
}
.TagClassName
{
border-color: #2CADCE;
}
</style>