Shades of Summer Sky #39BED0
Tints of Summer Sky #39BED0
RGB
CMYK
RGB Variations
Color information
#39BED0 (or 0x39BED0) is known color: Summer Sky. HEX triplet: 39, BE and D0. RGB value is (57,190,208). Sum of RGB (Red+Green+Blue) = 57+190+208=455 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.53% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #39BED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BED0 is #C6412F. Grayscale: #989898. Windows color (decimal): -12992816 or 13680185. OLE color: 13680185.
HSL color Cylindrical-coordinate representation of color #39BED0: hue angle of 187.15º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39BED0 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 190 | 208 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.18 |
| HSL | 187.15º | 0.62% | 0.52% | - |
| HSV(B) | 187.15º | 0.73% | 0.82% | - |
| XYZ | 31.49 | 42.25 | 66.17 | - |
| YUV | 152.29 | 159.44 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 190 | 208 | 0.73 | 0.09 | 0 | 0.18 | 187.15 | 0.62 | 0.52 |
| Hex | 39 | BE | D0 | 49 | 9 | 0 | 12 | BB | 3E | 34 |
| Octal | 71 | 276 | 320 | 111 | 11 | 0 | 22 | 273 | 76 | 64 |
| Binary | 111001 | 10111110 | 11010000 | 1001001 | 1001 | 0 | 10010 | 10111011 | 111110 | 110100 |
Color Harmonies of #39BED0
Complementary color
Monochromatic Colors of #39BED0
Black with #39BED0
Text Example
Text Example
White with #39BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BED0; }
p { color: rgb(57,190,208); }
H1.HeaderClassName
{
color: #39BED0;
}
.AnyTagClassName
{
color: #39BED0;
}
</style>
background-color css
<style>
a { background-color: #39BED0; }
a { background-color: rgb(57,190,208); }
div.DivClassName
{
background-color: #39BED0;
}
.BgClassName
{
background-color: #39BED0;
}
</style>
border-color css
<style>
span { border-color: #39BED0; }
span { border-color: rgb(57,190,208); }
td.TdClassName
{
border-color: #39BED0;
}
.TagClassName
{
border-color: #39BED0;
}
</style>