Shades of Summer Sky #37AFEB
Tints of Summer Sky #37AFEB
RGB
CMYK
RGB Variations
Color information
#37AFEB (or 0x37AFEB) is known color: Summer Sky. HEX triplet: 37, AF and EB. RGB value is (55,175,235). Sum of RGB (Red+Green+Blue) = 55+175+235=465 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.83% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #37AFEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #37AFEB is #C85014. Grayscale: #919191. Windows color (decimal): -13127701 or 15445815. OLE color: 15445815.
HSL color Cylindrical-coordinate representation of color #37AFEB: hue angle of 200º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37AFEB is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 175 | 235 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.08 |
| HSL | 200º | 0.82% | 0.57% | - |
| HSV(B) | 200º | 0.77% | 0.92% | - |
| XYZ | 31.9 | 37.47 | 84.15 | - |
| YUV | 145.96 | 178.24 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 175 | 235 | 0.77 | 0.26 | 0 | 0.08 | 200 | 0.82 | 0.57 |
| Hex | 37 | AF | EB | 4D | 1A | 0 | 8 | C8 | 52 | 39 |
| Octal | 67 | 257 | 353 | 115 | 32 | 0 | 10 | 310 | 122 | 71 |
| Binary | 110111 | 10101111 | 11101011 | 1001101 | 11010 | 0 | 1000 | 11001000 | 1010010 | 111001 |
Color Harmonies of #37AFEB
Complementary color
Monochromatic Colors of #37AFEB
Black with #37AFEB
Text Example
Text Example
White with #37AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AFEB; }
p { color: rgb(55,175,235); }
H1.HeaderClassName
{
color: #37AFEB;
}
.AnyTagClassName
{
color: #37AFEB;
}
</style>
background-color css
<style>
a { background-color: #37AFEB; }
a { background-color: rgb(55,175,235); }
div.DivClassName
{
background-color: #37AFEB;
}
.BgClassName
{
background-color: #37AFEB;
}
</style>
border-color css
<style>
span { border-color: #37AFEB; }
span { border-color: rgb(55,175,235); }
td.TdClassName
{
border-color: #37AFEB;
}
.TagClassName
{
border-color: #37AFEB;
}
</style>