Shades of Summer Sky #39C2D7
Tints of Summer Sky #39C2D7
RGB
CMYK
RGB Variations
Color information
#39C2D7 (or 0x39C2D7) is known color: Summer Sky. HEX triplet: 39, C2 and D7. RGB value is (57,194,215). Sum of RGB (Red+Green+Blue) = 57+194+215=466 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.23% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #39C2D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C2D7 is #C63D28. Grayscale: #9B9B9B. Windows color (decimal): -12991785 or 14139961. OLE color: 14139961.
HSL color Cylindrical-coordinate representation of color #39C2D7: hue angle of 187.97º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39C2D7 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 194 | 215 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.16 |
| HSL | 187.97º | 0.66% | 0.53% | - |
| HSV(B) | 187.97º | 0.73% | 0.84% | - |
| XYZ | 33.24 | 44.36 | 71.1 | - |
| YUV | 155.43 | 161.61 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 194 | 215 | 0.73 | 0.10 | 0 | 0.16 | 187.97 | 0.66 | 0.53 |
| Hex | 39 | C2 | D7 | 49 | A | 0 | 10 | BC | 42 | 35 |
| Octal | 71 | 302 | 327 | 111 | 12 | 0 | 20 | 274 | 102 | 65 |
| Binary | 111001 | 11000010 | 11010111 | 1001001 | 1010 | 0 | 10000 | 10111100 | 1000010 | 110101 |
Color Harmonies of #39C2D7
Complementary color
Monochromatic Colors of #39C2D7
Black with #39C2D7
Text Example
Text Example
White with #39C2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C2D7; }
p { color: rgb(57,194,215); }
H1.HeaderClassName
{
color: #39C2D7;
}
.AnyTagClassName
{
color: #39C2D7;
}
</style>
background-color css
<style>
a { background-color: #39C2D7; }
a { background-color: rgb(57,194,215); }
div.DivClassName
{
background-color: #39C2D7;
}
.BgClassName
{
background-color: #39C2D7;
}
</style>
border-color css
<style>
span { border-color: #39C2D7; }
span { border-color: rgb(57,194,215); }
td.TdClassName
{
border-color: #39C2D7;
}
.TagClassName
{
border-color: #39C2D7;
}
</style>