Shades of Summer Sky #39C0DF
Tints of Summer Sky #39C0DF
RGB
CMYK
RGB Variations
Color information
#39C0DF (or 0x39C0DF) is known color: Summer Sky. HEX triplet: 39, C0 and DF. RGB value is (57,192,223). Sum of RGB (Red+Green+Blue) = 57+192+223=472 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.08% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #39C0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C0DF is #C63F20. Grayscale: #9A9A9A. Windows color (decimal): -12992289 or 14663737. OLE color: 14663737.
HSL color Cylindrical-coordinate representation of color #39C0DF: hue angle of 191.2º degrees, saturation: 0.72, 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 #39C0DF is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 192 | 223 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.13 |
| HSL | 191.2º | 0.72% | 0.55% | - |
| HSV(B) | 191.2º | 0.74% | 0.87% | - |
| XYZ | 33.86 | 43.9 | 76.5 | - |
| YUV | 155.17 | 166.27 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 192 | 223 | 0.74 | 0.14 | 0 | 0.13 | 191.2 | 0.72 | 0.55 |
| Hex | 39 | C0 | DF | 4A | E | 0 | D | BF | 48 | 37 |
| Octal | 71 | 300 | 337 | 112 | 16 | 0 | 15 | 277 | 110 | 67 |
| Binary | 111001 | 11000000 | 11011111 | 1001010 | 1110 | 0 | 1101 | 10111111 | 1001000 | 110111 |
Color Harmonies of #39C0DF
Complementary color
Monochromatic Colors of #39C0DF
Black with #39C0DF
Text Example
Text Example
White with #39C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39C0DF; }
p { color: rgb(57,192,223); }
H1.HeaderClassName
{
color: #39C0DF;
}
.AnyTagClassName
{
color: #39C0DF;
}
</style>
background-color css
<style>
a { background-color: #39C0DF; }
a { background-color: rgb(57,192,223); }
div.DivClassName
{
background-color: #39C0DF;
}
.BgClassName
{
background-color: #39C0DF;
}
</style>
border-color css
<style>
span { border-color: #39C0DF; }
span { border-color: rgb(57,192,223); }
td.TdClassName
{
border-color: #39C0DF;
}
.TagClassName
{
border-color: #39C0DF;
}
</style>