Shades of Summer Sky #3AC0DB
Tints of Summer Sky #3AC0DB
RGB
CMYK
RGB Variations
Color information
#3AC0DB (or 0x3AC0DB) is known color: Summer Sky. HEX triplet: 3A, C0 and DB. RGB value is (58,192,219). Sum of RGB (Red+Green+Blue) = 58+192+219=469 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.37% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AC0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC0DB is #C53F24. Grayscale: #9A9A9A. Windows color (decimal): -12926757 or 14401594. OLE color: 14401594.
HSL color Cylindrical-coordinate representation of color #3AC0DB: hue angle of 190.06º 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 #3AC0DB is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 192 | 219 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.14 |
| HSL | 190.06º | 0.69% | 0.54% | - |
| HSV(B) | 190.06º | 0.74% | 0.86% | - |
| XYZ | 33.38 | 43.71 | 73.7 | - |
| YUV | 155.01 | 164.11 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 219 | 0.74 | 0.12 | 0 | 0.14 | 190.06 | 0.69 | 0.54 |
| Hex | 3A | C0 | DB | 4A | C | 0 | E | BE | 45 | 36 |
| Octal | 72 | 300 | 333 | 112 | 14 | 0 | 16 | 276 | 105 | 66 |
| Binary | 111010 | 11000000 | 11011011 | 1001010 | 1100 | 0 | 1110 | 10111110 | 1000101 | 110110 |
Color Harmonies of #3AC0DB
Complementary color
Monochromatic Colors of #3AC0DB
Black with #3AC0DB
Text Example
Text Example
White with #3AC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC0DB; }
p { color: rgb(58,192,219); }
H1.HeaderClassName
{
color: #3AC0DB;
}
.AnyTagClassName
{
color: #3AC0DB;
}
</style>
background-color css
<style>
a { background-color: #3AC0DB; }
a { background-color: rgb(58,192,219); }
div.DivClassName
{
background-color: #3AC0DB;
}
.BgClassName
{
background-color: #3AC0DB;
}
</style>
border-color css
<style>
span { border-color: #3AC0DB; }
span { border-color: rgb(58,192,219); }
td.TdClassName
{
border-color: #3AC0DB;
}
.TagClassName
{
border-color: #3AC0DB;
}
</style>