Shades of Summer Sky #3ABADA
Tints of Summer Sky #3ABADA
RGB
CMYK
RGB Variations
Color information
#3ABADA (or 0x3ABADA) is known color: Summer Sky. HEX triplet: 3A, BA and DA. RGB value is (58,186,218). Sum of RGB (Red+Green+Blue) = 58+186+218=462 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.55% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #3ABADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABADA is #C54525. Grayscale: #979797. Windows color (decimal): -12928294 or 14334522. OLE color: 14334522.
HSL color Cylindrical-coordinate representation of color #3ABADA: hue angle of 192º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ABADA is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 186 | 218 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.15 |
| HSL | 192º | 0.68% | 0.54% | - |
| HSV(B) | 192º | 0.73% | 0.85% | - |
| XYZ | 31.96 | 41.08 | 72.57 | - |
| YUV | 151.38 | 165.59 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 218 | 0.73 | 0.15 | 0 | 0.15 | 192 | 0.68 | 0.54 |
| Hex | 3A | BA | DA | 49 | F | 0 | F | C0 | 44 | 36 |
| Octal | 72 | 272 | 332 | 111 | 17 | 0 | 17 | 300 | 104 | 66 |
| Binary | 111010 | 10111010 | 11011010 | 1001001 | 1111 | 0 | 1111 | 11000000 | 1000100 | 110110 |
Color Harmonies of #3ABADA
Complementary color
Monochromatic Colors of #3ABADA
Black with #3ABADA
Text Example
Text Example
White with #3ABADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABADA; }
p { color: rgb(58,186,218); }
H1.HeaderClassName
{
color: #3ABADA;
}
.AnyTagClassName
{
color: #3ABADA;
}
</style>
background-color css
<style>
a { background-color: #3ABADA; }
a { background-color: rgb(58,186,218); }
div.DivClassName
{
background-color: #3ABADA;
}
.BgClassName
{
background-color: #3ABADA;
}
</style>
border-color css
<style>
span { border-color: #3ABADA; }
span { border-color: rgb(58,186,218); }
td.TdClassName
{
border-color: #3ABADA;
}
.TagClassName
{
border-color: #3ABADA;
}
</style>