Shades of Summer Sky #37BADF
Tints of Summer Sky #37BADF
RGB
CMYK
RGB Variations
Color information
#37BADF (or 0x37BADF) is known color: Summer Sky. HEX triplet: 37, BA and DF. RGB value is (55,186,223). Sum of RGB (Red+Green+Blue) = 55+186+223=464 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.85% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #37BADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BADF is #C84520. Grayscale: #969696. Windows color (decimal): -13124897 or 14662199. OLE color: 14662199.
HSL color Cylindrical-coordinate representation of color #37BADF: hue angle of 193.21º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37BADF is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 55 | 186 | 223 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.13 |
| HSL | 193.21º | 0.72% | 0.55% | - |
| HSV(B) | 193.21º | 0.75% | 0.87% | - |
| XYZ | 32.45 | 41.26 | 76.07 | - |
| YUV | 151.05 | 168.6 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 186 | 223 | 0.75 | 0.17 | 0 | 0.13 | 193.21 | 0.72 | 0.55 |
| Hex | 37 | BA | DF | 4B | 11 | 0 | D | C1 | 48 | 37 |
| Octal | 67 | 272 | 337 | 113 | 21 | 0 | 15 | 301 | 110 | 67 |
| Binary | 110111 | 10111010 | 11011111 | 1001011 | 10001 | 0 | 1101 | 11000001 | 1001000 | 110111 |
Color Harmonies of #37BADF
Complementary color
Monochromatic Colors of #37BADF
Black with #37BADF
Text Example
Text Example
White with #37BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37BADF; }
p { color: rgb(55,186,223); }
H1.HeaderClassName
{
color: #37BADF;
}
.AnyTagClassName
{
color: #37BADF;
}
</style>
background-color css
<style>
a { background-color: #37BADF; }
a { background-color: rgb(55,186,223); }
div.DivClassName
{
background-color: #37BADF;
}
.BgClassName
{
background-color: #37BADF;
}
</style>
border-color css
<style>
span { border-color: #37BADF; }
span { border-color: rgb(55,186,223); }
td.TdClassName
{
border-color: #37BADF;
}
.TagClassName
{
border-color: #37BADF;
}
</style>