Shades of Summer Sky #39BCDD
Tints of Summer Sky #39BCDD
RGB
CMYK
RGB Variations
Color information
#39BCDD (or 0x39BCDD) is known color: Summer Sky. HEX triplet: 39, BC and DD. RGB value is (57,188,221). Sum of RGB (Red+Green+Blue) = 57+188+221=466 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.23% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #39BCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BCDD is #C64322. Grayscale: #989898. Windows color (decimal): -12993315 or 14531641. OLE color: 14531641.
HSL color Cylindrical-coordinate representation of color #39BCDD: hue angle of 192.07º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39BCDD is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 188 | 221 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.13 |
| HSL | 192.07º | 0.71% | 0.55% | - |
| HSV(B) | 192.07º | 0.74% | 0.87% | - |
| XYZ | 32.72 | 42.06 | 74.8 | - |
| YUV | 152.59 | 166.6 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 188 | 221 | 0.74 | 0.15 | 0 | 0.13 | 192.07 | 0.71 | 0.55 |
| Hex | 39 | BC | DD | 4A | F | 0 | D | C0 | 47 | 37 |
| Octal | 71 | 274 | 335 | 112 | 17 | 0 | 15 | 300 | 107 | 67 |
| Binary | 111001 | 10111100 | 11011101 | 1001010 | 1111 | 0 | 1101 | 11000000 | 1000111 | 110111 |
Color Harmonies of #39BCDD
Complementary color
Monochromatic Colors of #39BCDD
Black with #39BCDD
Text Example
Text Example
White with #39BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BCDD; }
p { color: rgb(57,188,221); }
H1.HeaderClassName
{
color: #39BCDD;
}
.AnyTagClassName
{
color: #39BCDD;
}
</style>
background-color css
<style>
a { background-color: #39BCDD; }
a { background-color: rgb(57,188,221); }
div.DivClassName
{
background-color: #39BCDD;
}
.BgClassName
{
background-color: #39BCDD;
}
</style>
border-color css
<style>
span { border-color: #39BCDD; }
span { border-color: rgb(57,188,221); }
td.TdClassName
{
border-color: #39BCDD;
}
.TagClassName
{
border-color: #39BCDD;
}
</style>