Shades of Summer Sky #37A0CD
Tints of Summer Sky #37A0CD
RGB
CMYK
RGB Variations
Color information
#37A0CD (or 0x37A0CD) is known color: Summer Sky. HEX triplet: 37, A0 and CD. RGB value is (55,160,205). Sum of RGB (Red+Green+Blue) = 55+160+205=420 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.10% from 420); Green value is 160 (62.89% from 255 or 38.10% 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 #37A0CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37A0CD is #C85F32. Grayscale: #858585. Windows color (decimal): -13131571 or 13475895. OLE color: 13475895.
HSL color Cylindrical-coordinate representation of color #37A0CD: hue angle of 198º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37A0CD is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 160 | 205 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.20 |
| HSL | 198º | 0.6% | 0.51% | - |
| HSV(B) | 198º | 0.73% | 0.8% | - |
| XYZ | 25.17 | 30.36 | 62.29 | - |
| YUV | 133.74 | 168.21 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 160 | 205 | 0.73 | 0.22 | 0 | 0.20 | 198 | 0.6 | 0.51 |
| Hex | 37 | A0 | CD | 49 | 16 | 0 | 14 | C6 | 3C | 33 |
| Octal | 67 | 240 | 315 | 111 | 26 | 0 | 24 | 306 | 74 | 63 |
| Binary | 110111 | 10100000 | 11001101 | 1001001 | 10110 | 0 | 10100 | 11000110 | 111100 | 110011 |
Color Harmonies of #37A0CD
Complementary color
Monochromatic Colors of #37A0CD
Black with #37A0CD
Text Example
Text Example
White with #37A0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A0CD; }
p { color: rgb(55,160,205); }
H1.HeaderClassName
{
color: #37A0CD;
}
.AnyTagClassName
{
color: #37A0CD;
}
</style>
background-color css
<style>
a { background-color: #37A0CD; }
a { background-color: rgb(55,160,205); }
div.DivClassName
{
background-color: #37A0CD;
}
.BgClassName
{
background-color: #37A0CD;
}
</style>
border-color css
<style>
span { border-color: #37A0CD; }
span { border-color: rgb(55,160,205); }
td.TdClassName
{
border-color: #37A0CD;
}
.TagClassName
{
border-color: #37A0CD;
}
</style>