Shades of Summer Sky #3AC7DC
Tints of Summer Sky #3AC7DC
RGB
CMYK
RGB Variations
Color information
#3AC7DC (or 0x3AC7DC) is known color: Summer Sky. HEX triplet: 3A, C7 and DC. RGB value is (58,199,220). Sum of RGB (Red+Green+Blue) = 58+199+220=477 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.16% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #3AC7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC7DC is #C53823. Grayscale: #9F9F9F. Windows color (decimal): -12924964 or 14468922. OLE color: 14468922.
HSL color Cylindrical-coordinate representation of color #3AC7DC: hue angle of 187.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AC7DC is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 199 | 220 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.14 |
| HSL | 187.78º | 0.7% | 0.55% | - |
| HSV(B) | 187.78º | 0.74% | 0.86% | - |
| XYZ | 35.09 | 46.91 | 74.92 | - |
| YUV | 159.24 | 162.29 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 199 | 220 | 0.74 | 0.10 | 0 | 0.14 | 187.78 | 0.7 | 0.55 |
| Hex | 3A | C7 | DC | 4A | A | 0 | E | BC | 46 | 37 |
| Octal | 72 | 307 | 334 | 112 | 12 | 0 | 16 | 274 | 106 | 67 |
| Binary | 111010 | 11000111 | 11011100 | 1001010 | 1010 | 0 | 1110 | 10111100 | 1000110 | 110111 |
Color Harmonies of #3AC7DC
Complementary color
Monochromatic Colors of #3AC7DC
Black with #3AC7DC
Text Example
Text Example
White with #3AC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC7DC; }
p { color: rgb(58,199,220); }
H1.HeaderClassName
{
color: #3AC7DC;
}
.AnyTagClassName
{
color: #3AC7DC;
}
</style>
background-color css
<style>
a { background-color: #3AC7DC; }
a { background-color: rgb(58,199,220); }
div.DivClassName
{
background-color: #3AC7DC;
}
.BgClassName
{
background-color: #3AC7DC;
}
</style>
border-color css
<style>
span { border-color: #3AC7DC; }
span { border-color: rgb(58,199,220); }
td.TdClassName
{
border-color: #3AC7DC;
}
.TagClassName
{
border-color: #3AC7DC;
}
</style>