Shades of Summer Sky #3ABADE
Tints of Summer Sky #3ABADE
RGB
CMYK
RGB Variations
Color information
#3ABADE (or 0x3ABADE) is known color: Summer Sky. HEX triplet: 3A, BA and DE. RGB value is (58,186,222). Sum of RGB (Red+Green+Blue) = 58+186+222=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #3ABADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABADE is #C54521. Grayscale: #979797. Windows color (decimal): -12928290 or 14596666. OLE color: 14596666.
HSL color Cylindrical-coordinate representation of color #3ABADE: hue angle of 193.17º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ABADE is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 186 | 222 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.13 |
| HSL | 193.17º | 0.71% | 0.55% | - |
| HSV(B) | 193.17º | 0.74% | 0.87% | - |
| XYZ | 32.49 | 41.29 | 75.36 | - |
| YUV | 151.83 | 167.59 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 222 | 0.74 | 0.16 | 0 | 0.13 | 193.17 | 0.71 | 0.55 |
| Hex | 3A | BA | DE | 4A | 10 | 0 | D | C1 | 47 | 37 |
| Octal | 72 | 272 | 336 | 112 | 20 | 0 | 15 | 301 | 107 | 67 |
| Binary | 111010 | 10111010 | 11011110 | 1001010 | 10000 | 0 | 1101 | 11000001 | 1000111 | 110111 |
Color Harmonies of #3ABADE
Complementary color
Monochromatic Colors of #3ABADE
Black with #3ABADE
Text Example
Text Example
White with #3ABADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABADE; }
p { color: rgb(58,186,222); }
H1.HeaderClassName
{
color: #3ABADE;
}
.AnyTagClassName
{
color: #3ABADE;
}
</style>
background-color css
<style>
a { background-color: #3ABADE; }
a { background-color: rgb(58,186,222); }
div.DivClassName
{
background-color: #3ABADE;
}
.BgClassName
{
background-color: #3ABADE;
}
</style>
border-color css
<style>
span { border-color: #3ABADE; }
span { border-color: rgb(58,186,222); }
td.TdClassName
{
border-color: #3ABADE;
}
.TagClassName
{
border-color: #3ABADE;
}
</style>