Shades of Summer Sky #3AC1D7
Tints of Summer Sky #3AC1D7
RGB
CMYK
RGB Variations
Color information
#3AC1D7 (or 0x3AC1D7) is known color: Summer Sky. HEX triplet: 3A, C1 and D7. RGB value is (58,193,215). Sum of RGB (Red+Green+Blue) = 58+193+215=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 193 (75.78% from 255 or 41.42% 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 #3AC1D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC1D7 is #C53E28. Grayscale: #9A9A9A. Windows color (decimal): -12926505 or 14139706. OLE color: 14139706.
HSL color Cylindrical-coordinate representation of color #3AC1D7: hue angle of 188.41º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AC1D7 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 193 | 215 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.16 |
| HSL | 188.41º | 0.66% | 0.54% | - |
| HSV(B) | 188.41º | 0.73% | 0.84% | - |
| XYZ | 33.08 | 43.95 | 71.03 | - |
| YUV | 155.14 | 161.77 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 193 | 215 | 0.73 | 0.10 | 0 | 0.16 | 188.41 | 0.66 | 0.54 |
| Hex | 3A | C1 | D7 | 49 | A | 0 | 10 | BC | 42 | 36 |
| Octal | 72 | 301 | 327 | 111 | 12 | 0 | 20 | 274 | 102 | 66 |
| Binary | 111010 | 11000001 | 11010111 | 1001001 | 1010 | 0 | 10000 | 10111100 | 1000010 | 110110 |
Color Harmonies of #3AC1D7
Complementary color
Monochromatic Colors of #3AC1D7
Black with #3AC1D7
Text Example
Text Example
White with #3AC1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC1D7; }
p { color: rgb(58,193,215); }
H1.HeaderClassName
{
color: #3AC1D7;
}
.AnyTagClassName
{
color: #3AC1D7;
}
</style>
background-color css
<style>
a { background-color: #3AC1D7; }
a { background-color: rgb(58,193,215); }
div.DivClassName
{
background-color: #3AC1D7;
}
.BgClassName
{
background-color: #3AC1D7;
}
</style>
border-color css
<style>
span { border-color: #3AC1D7; }
span { border-color: rgb(58,193,215); }
td.TdClassName
{
border-color: #3AC1D7;
}
.TagClassName
{
border-color: #3AC1D7;
}
</style>