Shades of Summer Sky #3AC6DB
Tints of Summer Sky #3AC6DB
RGB
CMYK
RGB Variations
Color information
#3AC6DB (or 0x3AC6DB) is known color: Summer Sky. HEX triplet: 3A, C6 and DB. RGB value is (58,198,219). Sum of RGB (Red+Green+Blue) = 58+198+219=475 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.21% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AC6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC6DB is #C53924. Grayscale: #9E9E9E. Windows color (decimal): -12925221 or 14403130. OLE color: 14403130.
HSL color Cylindrical-coordinate representation of color #3AC6DB: hue angle of 187.83º degrees, saturation: 0.69, 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 #3AC6DB is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 198 | 219 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.14 |
| HSL | 187.83º | 0.69% | 0.54% | - |
| HSV(B) | 187.83º | 0.74% | 0.86% | - |
| XYZ | 34.73 | 46.4 | 74.14 | - |
| YUV | 158.53 | 162.12 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 198 | 219 | 0.74 | 0.10 | 0 | 0.14 | 187.83 | 0.69 | 0.54 |
| Hex | 3A | C6 | DB | 4A | A | 0 | E | BC | 45 | 36 |
| Octal | 72 | 306 | 333 | 112 | 12 | 0 | 16 | 274 | 105 | 66 |
| Binary | 111010 | 11000110 | 11011011 | 1001010 | 1010 | 0 | 1110 | 10111100 | 1000101 | 110110 |
Color Harmonies of #3AC6DB
Complementary color
Monochromatic Colors of #3AC6DB
Black with #3AC6DB
Text Example
Text Example
White with #3AC6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC6DB; }
p { color: rgb(58,198,219); }
H1.HeaderClassName
{
color: #3AC6DB;
}
.AnyTagClassName
{
color: #3AC6DB;
}
</style>
background-color css
<style>
a { background-color: #3AC6DB; }
a { background-color: rgb(58,198,219); }
div.DivClassName
{
background-color: #3AC6DB;
}
.BgClassName
{
background-color: #3AC6DB;
}
</style>
border-color css
<style>
span { border-color: #3AC6DB; }
span { border-color: rgb(58,198,219); }
td.TdClassName
{
border-color: #3AC6DB;
}
.TagClassName
{
border-color: #3AC6DB;
}
</style>