Shades of Summer Sky #37AFDC
Tints of Summer Sky #37AFDC
RGB
CMYK
RGB Variations
Color information
#37AFDC (or 0x37AFDC) is known color: Summer Sky. HEX triplet: 37, AF and DC. RGB value is (55,175,220). Sum of RGB (Red+Green+Blue) = 55+175+220=450 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.22% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #37AFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37AFDC is #C85023. Grayscale: #8F8F8F. Windows color (decimal): -13127716 or 14462775. OLE color: 14462775.
HSL color Cylindrical-coordinate representation of color #37AFDC: hue angle of 196.36º 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 #37AFDC is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 175 | 220 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.14 |
| HSL | 196.36º | 0.7% | 0.54% | - |
| HSV(B) | 196.36º | 0.75% | 0.86% | - |
| XYZ | 29.82 | 36.64 | 73.21 | - |
| YUV | 144.25 | 170.74 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 175 | 220 | 0.75 | 0.20 | 0 | 0.14 | 196.36 | 0.7 | 0.54 |
| Hex | 37 | AF | DC | 4B | 14 | 0 | E | C4 | 46 | 36 |
| Octal | 67 | 257 | 334 | 113 | 24 | 0 | 16 | 304 | 106 | 66 |
| Binary | 110111 | 10101111 | 11011100 | 1001011 | 10100 | 0 | 1110 | 11000100 | 1000110 | 110110 |
Color Harmonies of #37AFDC
Complementary color
Monochromatic Colors of #37AFDC
Black with #37AFDC
Text Example
Text Example
White with #37AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AFDC; }
p { color: rgb(55,175,220); }
H1.HeaderClassName
{
color: #37AFDC;
}
.AnyTagClassName
{
color: #37AFDC;
}
</style>
background-color css
<style>
a { background-color: #37AFDC; }
a { background-color: rgb(55,175,220); }
div.DivClassName
{
background-color: #37AFDC;
}
.BgClassName
{
background-color: #37AFDC;
}
</style>
border-color css
<style>
span { border-color: #37AFDC; }
span { border-color: rgb(55,175,220); }
td.TdClassName
{
border-color: #37AFDC;
}
.TagClassName
{
border-color: #37AFDC;
}
</style>