Shades of Summer Sky #2CADDA
Tints of Summer Sky #2CADDA
RGB
CMYK
RGB Variations
Color information
#2CADDA (or 0x2CADDA) is known color: Summer Sky. HEX triplet: 2C, AD and DA. RGB value is (44,173,218). Sum of RGB (Red+Green+Blue) = 44+173+218=435 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.11% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #2CADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CADDA is #D35225. Grayscale: #8B8B8B. Windows color (decimal): -13849126 or 14331180. OLE color: 14331180.
HSL color Cylindrical-coordinate representation of color #2CADDA: hue angle of 195.52º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CADDA is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 173 | 218 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.15 |
| HSL | 195.52º | 0.7% | 0.51% | - |
| HSV(B) | 195.52º | 0.8% | 0.85% | - |
| XYZ | 28.64 | 35.48 | 71.67 | - |
| YUV | 139.56 | 172.26 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 218 | 0.80 | 0.21 | 0 | 0.15 | 195.52 | 0.7 | 0.51 |
| Hex | 2C | AD | DA | 50 | 15 | 0 | F | C4 | 46 | 33 |
| Octal | 54 | 255 | 332 | 120 | 25 | 0 | 17 | 304 | 106 | 63 |
| Binary | 101100 | 10101101 | 11011010 | 1010000 | 10101 | 0 | 1111 | 11000100 | 1000110 | 110011 |
Color Harmonies of #2CADDA
Complementary color
Monochromatic Colors of #2CADDA
Black with #2CADDA
Text Example
Text Example
White with #2CADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CADDA; }
p { color: rgb(44,173,218); }
H1.HeaderClassName
{
color: #2CADDA;
}
.AnyTagClassName
{
color: #2CADDA;
}
</style>
background-color css
<style>
a { background-color: #2CADDA; }
a { background-color: rgb(44,173,218); }
div.DivClassName
{
background-color: #2CADDA;
}
.BgClassName
{
background-color: #2CADDA;
}
</style>
border-color css
<style>
span { border-color: #2CADDA; }
span { border-color: rgb(44,173,218); }
td.TdClassName
{
border-color: #2CADDA;
}
.TagClassName
{
border-color: #2CADDA;
}
</style>