Shades of Summer Sky #36ADCD
Tints of Summer Sky #36ADCD
RGB
CMYK
RGB Variations
Color information
#36ADCD (or 0x36ADCD) is known color: Summer Sky. HEX triplet: 36, AD and CD. RGB value is (54,173,205). Sum of RGB (Red+Green+Blue) = 54+173+205=432 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.5% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #36ADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36ADCD is #C95232. Grayscale: #8C8C8C. Windows color (decimal): -13193779 or 13479222. OLE color: 13479222.
HSL color Cylindrical-coordinate representation of color #36ADCD: hue angle of 192.72º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36ADCD is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 173 | 205 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.20 |
| HSL | 192.72º | 0.6% | 0.51% | - |
| HSV(B) | 192.72º | 0.74% | 0.8% | - |
| XYZ | 27.48 | 35.08 | 63.08 | - |
| YUV | 141.07 | 164.08 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 173 | 205 | 0.74 | 0.16 | 0 | 0.20 | 192.72 | 0.6 | 0.51 |
| Hex | 36 | AD | CD | 4A | 10 | 0 | 14 | C1 | 3C | 33 |
| Octal | 66 | 255 | 315 | 112 | 20 | 0 | 24 | 301 | 74 | 63 |
| Binary | 110110 | 10101101 | 11001101 | 1001010 | 10000 | 0 | 10100 | 11000001 | 111100 | 110011 |
Color Harmonies of #36ADCD
Complementary color
Monochromatic Colors of #36ADCD
Black with #36ADCD
Text Example
Text Example
White with #36ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ADCD; }
p { color: rgb(54,173,205); }
H1.HeaderClassName
{
color: #36ADCD;
}
.AnyTagClassName
{
color: #36ADCD;
}
</style>
background-color css
<style>
a { background-color: #36ADCD; }
a { background-color: rgb(54,173,205); }
div.DivClassName
{
background-color: #36ADCD;
}
.BgClassName
{
background-color: #36ADCD;
}
</style>
border-color css
<style>
span { border-color: #36ADCD; }
span { border-color: rgb(54,173,205); }
td.TdClassName
{
border-color: #36ADCD;
}
.TagClassName
{
border-color: #36ADCD;
}
</style>