Shades of Summer Sky #3AC5DB
Tints of Summer Sky #3AC5DB
RGB
CMYK
RGB Variations
Color information
#3AC5DB (or 0x3AC5DB) is known color: Summer Sky. HEX triplet: 3A, C5 and DB. RGB value is (58,197,219). Sum of RGB (Red+Green+Blue) = 58+197+219=474 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.24% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AC5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC5DB is #C53A24. Grayscale: #9D9D9D. Windows color (decimal): -12925477 or 14402874. OLE color: 14402874.
HSL color Cylindrical-coordinate representation of color #3AC5DB: hue angle of 188.2º 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 #3AC5DB is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 197 | 219 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.14 |
| HSL | 188.2º | 0.69% | 0.54% | - |
| HSV(B) | 188.2º | 0.74% | 0.86% | - |
| XYZ | 34.5 | 45.95 | 74.07 | - |
| YUV | 157.95 | 162.45 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 219 | 0.74 | 0.10 | 0 | 0.14 | 188.2 | 0.69 | 0.54 |
| Hex | 3A | C5 | DB | 4A | A | 0 | E | BC | 45 | 36 |
| Octal | 72 | 305 | 333 | 112 | 12 | 0 | 16 | 274 | 105 | 66 |
| Binary | 111010 | 11000101 | 11011011 | 1001010 | 1010 | 0 | 1110 | 10111100 | 1000101 | 110110 |
Color Harmonies of #3AC5DB
Complementary color
Monochromatic Colors of #3AC5DB
Black with #3AC5DB
Text Example
Text Example
White with #3AC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC5DB; }
p { color: rgb(58,197,219); }
H1.HeaderClassName
{
color: #3AC5DB;
}
.AnyTagClassName
{
color: #3AC5DB;
}
</style>
background-color css
<style>
a { background-color: #3AC5DB; }
a { background-color: rgb(58,197,219); }
div.DivClassName
{
background-color: #3AC5DB;
}
.BgClassName
{
background-color: #3AC5DB;
}
</style>
border-color css
<style>
span { border-color: #3AC5DB; }
span { border-color: rgb(58,197,219); }
td.TdClassName
{
border-color: #3AC5DB;
}
.TagClassName
{
border-color: #3AC5DB;
}
</style>