Shades of Summer Sky #39C0DD
Tints of Summer Sky #39C0DD
RGB
CMYK
RGB Variations
Color information
#39C0DD (or 0x39C0DD) is known color: Summer Sky. HEX triplet: 39, C0 and DD. RGB value is (57,192,221). Sum of RGB (Red+Green+Blue) = 57+192+221=470 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.13% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #39C0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C0DD is #C63F22. Grayscale: #9A9A9A. Windows color (decimal): -12992291 or 14532665. OLE color: 14532665.
HSL color Cylindrical-coordinate representation of color #39C0DD: hue angle of 190.61º 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 #39C0DD is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 192 | 221 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.13 |
| HSL | 190.61º | 0.71% | 0.55% | - |
| HSV(B) | 190.61º | 0.74% | 0.87% | - |
| XYZ | 33.59 | 43.79 | 75.09 | - |
| YUV | 154.94 | 165.27 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 221 | 0.74 | 0.13 | 0 | 0.13 | 190.61 | 0.71 | 0.55 |
| Hex | 39 | C0 | DD | 4A | D | 0 | D | BF | 47 | 37 |
| Octal | 71 | 300 | 335 | 112 | 15 | 0 | 15 | 277 | 107 | 67 |
| Binary | 111001 | 11000000 | 11011101 | 1001010 | 1101 | 0 | 1101 | 10111111 | 1000111 | 110111 |
Color Harmonies of #39C0DD
Complementary color
Monochromatic Colors of #39C0DD
Black with #39C0DD
Text Example
Text Example
White with #39C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C0DD; }
p { color: rgb(57,192,221); }
H1.HeaderClassName
{
color: #39C0DD;
}
.AnyTagClassName
{
color: #39C0DD;
}
</style>
background-color css
<style>
a { background-color: #39C0DD; }
a { background-color: rgb(57,192,221); }
div.DivClassName
{
background-color: #39C0DD;
}
.BgClassName
{
background-color: #39C0DD;
}
</style>
border-color css
<style>
span { border-color: #39C0DD; }
span { border-color: rgb(57,192,221); }
td.TdClassName
{
border-color: #39C0DD;
}
.TagClassName
{
border-color: #39C0DD;
}
</style>