Shades of Summer Sky #37BADB
Tints of Summer Sky #37BADB
RGB
CMYK
RGB Variations
Color information
#37BADB (or 0x37BADB) is known color: Summer Sky. HEX triplet: 37, BA and DB. RGB value is (55,186,219). Sum of RGB (Red+Green+Blue) = 55+186+219=460 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.96% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #37BADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BADB is #C84524. Grayscale: #969696. Windows color (decimal): -13124901 or 14400055. OLE color: 14400055.
HSL color Cylindrical-coordinate representation of color #37BADB: hue angle of 192.07º degrees, saturation: 0.69, 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 #37BADB is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 186 | 219 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.14 |
| HSL | 192.07º | 0.69% | 0.54% | - |
| HSV(B) | 192.07º | 0.75% | 0.86% | - |
| XYZ | 31.92 | 41.04 | 73.26 | - |
| YUV | 150.59 | 166.6 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 186 | 219 | 0.75 | 0.15 | 0 | 0.14 | 192.07 | 0.69 | 0.54 |
| Hex | 37 | BA | DB | 4B | F | 0 | E | C0 | 45 | 36 |
| Octal | 67 | 272 | 333 | 113 | 17 | 0 | 16 | 300 | 105 | 66 |
| Binary | 110111 | 10111010 | 11011011 | 1001011 | 1111 | 0 | 1110 | 11000000 | 1000101 | 110110 |
Color Harmonies of #37BADB
Complementary color
Monochromatic Colors of #37BADB
Black with #37BADB
Text Example
Text Example
White with #37BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BADB; }
p { color: rgb(55,186,219); }
H1.HeaderClassName
{
color: #37BADB;
}
.AnyTagClassName
{
color: #37BADB;
}
</style>
background-color css
<style>
a { background-color: #37BADB; }
a { background-color: rgb(55,186,219); }
div.DivClassName
{
background-color: #37BADB;
}
.BgClassName
{
background-color: #37BADB;
}
</style>
border-color css
<style>
span { border-color: #37BADB; }
span { border-color: rgb(55,186,219); }
td.TdClassName
{
border-color: #37BADB;
}
.TagClassName
{
border-color: #37BADB;
}
</style>