Shades of Summer Sky #39C4DC
Tints of Summer Sky #39C4DC
RGB
CMYK
RGB Variations
Color information
#39C4DC (or 0x39C4DC) is known color: Summer Sky. HEX triplet: 39, C4 and DC. RGB value is (57,196,220). Sum of RGB (Red+Green+Blue) = 57+196+220=473 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.05% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #39C4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C4DC is #C63B23. Grayscale: #9C9C9C. Windows color (decimal): -12991268 or 14468153. OLE color: 14468153.
HSL color Cylindrical-coordinate representation of color #39C4DC: hue angle of 188.83º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39C4DC is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 196 | 220 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.14 |
| HSL | 188.83º | 0.7% | 0.54% | - |
| HSV(B) | 188.83º | 0.74% | 0.86% | - |
| XYZ | 34.35 | 45.52 | 74.69 | - |
| YUV | 157.18 | 163.45 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 196 | 220 | 0.74 | 0.11 | 0 | 0.14 | 188.83 | 0.7 | 0.54 |
| Hex | 39 | C4 | DC | 4A | B | 0 | E | BD | 46 | 36 |
| Octal | 71 | 304 | 334 | 112 | 13 | 0 | 16 | 275 | 106 | 66 |
| Binary | 111001 | 11000100 | 11011100 | 1001010 | 1011 | 0 | 1110 | 10111101 | 1000110 | 110110 |
Color Harmonies of #39C4DC
Complementary color
Monochromatic Colors of #39C4DC
Black with #39C4DC
Text Example
Text Example
White with #39C4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C4DC; }
p { color: rgb(57,196,220); }
H1.HeaderClassName
{
color: #39C4DC;
}
.AnyTagClassName
{
color: #39C4DC;
}
</style>
background-color css
<style>
a { background-color: #39C4DC; }
a { background-color: rgb(57,196,220); }
div.DivClassName
{
background-color: #39C4DC;
}
.BgClassName
{
background-color: #39C4DC;
}
</style>
border-color css
<style>
span { border-color: #39C4DC; }
span { border-color: rgb(57,196,220); }
td.TdClassName
{
border-color: #39C4DC;
}
.TagClassName
{
border-color: #39C4DC;
}
</style>