Shades of Summer Sky #37BEDC
Tints of Summer Sky #37BEDC
RGB
CMYK
RGB Variations
Color information
#37BEDC (or 0x37BEDC) is known color: Summer Sky. HEX triplet: 37, BE and DC. RGB value is (55,190,220). Sum of RGB (Red+Green+Blue) = 55+190+220=465 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.83% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #37BEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BEDC is #C84123. Grayscale: #989898. Windows color (decimal): -13123876 or 14466615. OLE color: 14466615.
HSL color Cylindrical-coordinate representation of color #37BEDC: hue angle of 190.91º 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 #37BEDC is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 190 | 220 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.14 |
| HSL | 190.91º | 0.7% | 0.54% | - |
| HSV(B) | 190.91º | 0.75% | 0.86% | - |
| XYZ | 32.91 | 42.81 | 74.24 | - |
| YUV | 153.06 | 165.77 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 190 | 220 | 0.75 | 0.14 | 0 | 0.14 | 190.91 | 0.7 | 0.54 |
| Hex | 37 | BE | DC | 4B | E | 0 | E | BF | 46 | 36 |
| Octal | 67 | 276 | 334 | 113 | 16 | 0 | 16 | 277 | 106 | 66 |
| Binary | 110111 | 10111110 | 11011100 | 1001011 | 1110 | 0 | 1110 | 10111111 | 1000110 | 110110 |
Color Harmonies of #37BEDC
Complementary color
Monochromatic Colors of #37BEDC
Black with #37BEDC
Text Example
Text Example
White with #37BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BEDC; }
p { color: rgb(55,190,220); }
H1.HeaderClassName
{
color: #37BEDC;
}
.AnyTagClassName
{
color: #37BEDC;
}
</style>
background-color css
<style>
a { background-color: #37BEDC; }
a { background-color: rgb(55,190,220); }
div.DivClassName
{
background-color: #37BEDC;
}
.BgClassName
{
background-color: #37BEDC;
}
</style>
border-color css
<style>
span { border-color: #37BEDC; }
span { border-color: rgb(55,190,220); }
td.TdClassName
{
border-color: #37BEDC;
}
.TagClassName
{
border-color: #37BEDC;
}
</style>