Shades of Summer Sky #3ABED6
Tints of Summer Sky #3ABED6
RGB
CMYK
RGB Variations
Color information
#3ABED6 (or 0x3ABED6) is known color: Summer Sky. HEX triplet: 3A, BE and D6. RGB value is (58,190,214). Sum of RGB (Red+Green+Blue) = 58+190+214=462 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.55% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 214 - color contains mainly: blue. Hex color #3ABED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABED6 is #C54129. Grayscale: #999999. Windows color (decimal): -12927274 or 14073402. OLE color: 14073402.
HSL color Cylindrical-coordinate representation of color #3ABED6: hue angle of 189.23º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ABED6 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 190 | 214 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.16 |
| HSL | 189.23º | 0.66% | 0.53% | - |
| HSV(B) | 189.23º | 0.73% | 0.84% | - |
| XYZ | 32.3 | 42.58 | 70.14 | - |
| YUV | 153.27 | 162.27 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 214 | 0.73 | 0.11 | 0 | 0.16 | 189.23 | 0.66 | 0.53 |
| Hex | 3A | BE | D6 | 49 | B | 0 | 10 | BD | 42 | 35 |
| Octal | 72 | 276 | 326 | 111 | 13 | 0 | 20 | 275 | 102 | 65 |
| Binary | 111010 | 10111110 | 11010110 | 1001001 | 1011 | 0 | 10000 | 10111101 | 1000010 | 110101 |
Color Harmonies of #3ABED6
Complementary color
Monochromatic Colors of #3ABED6
Black with #3ABED6
Text Example
Text Example
White with #3ABED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABED6; }
p { color: rgb(58,190,214); }
H1.HeaderClassName
{
color: #3ABED6;
}
.AnyTagClassName
{
color: #3ABED6;
}
</style>
background-color css
<style>
a { background-color: #3ABED6; }
a { background-color: rgb(58,190,214); }
div.DivClassName
{
background-color: #3ABED6;
}
.BgClassName
{
background-color: #3ABED6;
}
</style>
border-color css
<style>
span { border-color: #3ABED6; }
span { border-color: rgb(58,190,214); }
td.TdClassName
{
border-color: #3ABED6;
}
.TagClassName
{
border-color: #3ABED6;
}
</style>