Shades of Summer Sky #37AADC
Tints of Summer Sky #37AADC
RGB
CMYK
RGB Variations
Color information
#37AADC (or 0x37AADC) is known color: Summer Sky. HEX triplet: 37, AA and DC. RGB value is (55,170,220). Sum of RGB (Red+Green+Blue) = 55+170+220=445 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.36% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #37AADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37AADC is #C85523. Grayscale: #8D8D8D. Windows color (decimal): -13128996 or 14461495. OLE color: 14461495.
HSL color Cylindrical-coordinate representation of color #37AADC: hue angle of 198.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37AADC is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 170 | 220 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.14 |
| HSL | 198.18º | 0.7% | 0.54% | - |
| HSV(B) | 198.18º | 0.75% | 0.86% | - |
| XYZ | 28.87 | 34.73 | 72.89 | - |
| YUV | 141.32 | 172.4 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 170 | 220 | 0.75 | 0.23 | 0 | 0.14 | 198.18 | 0.7 | 0.54 |
| Hex | 37 | AA | DC | 4B | 17 | 0 | E | C6 | 46 | 36 |
| Octal | 67 | 252 | 334 | 113 | 27 | 0 | 16 | 306 | 106 | 66 |
| Binary | 110111 | 10101010 | 11011100 | 1001011 | 10111 | 0 | 1110 | 11000110 | 1000110 | 110110 |
Color Harmonies of #37AADC
Complementary color
Monochromatic Colors of #37AADC
Black with #37AADC
Text Example
Text Example
White with #37AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AADC; }
p { color: rgb(55,170,220); }
H1.HeaderClassName
{
color: #37AADC;
}
.AnyTagClassName
{
color: #37AADC;
}
</style>
background-color css
<style>
a { background-color: #37AADC; }
a { background-color: rgb(55,170,220); }
div.DivClassName
{
background-color: #37AADC;
}
.BgClassName
{
background-color: #37AADC;
}
</style>
border-color css
<style>
span { border-color: #37AADC; }
span { border-color: rgb(55,170,220); }
td.TdClassName
{
border-color: #37AADC;
}
.TagClassName
{
border-color: #37AADC;
}
</style>