Shades of Summer Sky #3ABAEA
Tints of Summer Sky #3ABAEA
RGB
CMYK
RGB Variations
Color information
#3ABAEA (or 0x3ABAEA) is known color: Summer Sky. HEX triplet: 3A, BA and EA. RGB value is (58,186,234). Sum of RGB (Red+Green+Blue) = 58+186+234=478 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.13% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #3ABAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABAEA is #C54515. Grayscale: #989898. Windows color (decimal): -12928278 or 15383098. OLE color: 15383098.
HSL color Cylindrical-coordinate representation of color #3ABAEA: hue angle of 196.36º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ABAEA is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 186 | 234 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.08 |
| HSL | 196.36º | 0.81% | 0.57% | - |
| HSV(B) | 196.36º | 0.75% | 0.92% | - |
| XYZ | 34.16 | 41.96 | 84.14 | - |
| YUV | 153.2 | 173.59 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 234 | 0.75 | 0.21 | 0 | 0.08 | 196.36 | 0.81 | 0.57 |
| Hex | 3A | BA | EA | 4B | 15 | 0 | 8 | C4 | 51 | 39 |
| Octal | 72 | 272 | 352 | 113 | 25 | 0 | 10 | 304 | 121 | 71 |
| Binary | 111010 | 10111010 | 11101010 | 1001011 | 10101 | 0 | 1000 | 11000100 | 1010001 | 111001 |
Color Harmonies of #3ABAEA
Complementary color
Monochromatic Colors of #3ABAEA
Black with #3ABAEA
Text Example
Text Example
White with #3ABAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABAEA; }
p { color: rgb(58,186,234); }
H1.HeaderClassName
{
color: #3ABAEA;
}
.AnyTagClassName
{
color: #3ABAEA;
}
</style>
background-color css
<style>
a { background-color: #3ABAEA; }
a { background-color: rgb(58,186,234); }
div.DivClassName
{
background-color: #3ABAEA;
}
.BgClassName
{
background-color: #3ABAEA;
}
</style>
border-color css
<style>
span { border-color: #3ABAEA; }
span { border-color: rgb(58,186,234); }
td.TdClassName
{
border-color: #3ABAEA;
}
.TagClassName
{
border-color: #3ABAEA;
}
</style>