Shades of Summer Sky #3ABCE1
Tints of Summer Sky #3ABCE1
RGB
CMYK
RGB Variations
Color information
#3ABCE1 (or 0x3ABCE1) is known color: Summer Sky. HEX triplet: 3A, BC and E1. RGB value is (58,188,225). Sum of RGB (Red+Green+Blue) = 58+188+225=471 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.31% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #3ABCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABCE1 is #C5431E. Grayscale: #999999. Windows color (decimal): -12927775 or 14793786. OLE color: 14793786.
HSL color Cylindrical-coordinate representation of color #3ABCE1: hue angle of 193.29º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ABCE1 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 188 | 225 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.12 |
| HSL | 193.29º | 0.74% | 0.55% | - |
| HSV(B) | 193.29º | 0.74% | 0.88% | - |
| XYZ | 33.32 | 42.3 | 77.64 | - |
| YUV | 153.35 | 168.43 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 225 | 0.74 | 0.16 | 0 | 0.12 | 193.29 | 0.74 | 0.55 |
| Hex | 3A | BC | E1 | 4A | 10 | 0 | C | C1 | 4A | 37 |
| Octal | 72 | 274 | 341 | 112 | 20 | 0 | 14 | 301 | 112 | 67 |
| Binary | 111010 | 10111100 | 11100001 | 1001010 | 10000 | 0 | 1100 | 11000001 | 1001010 | 110111 |
Color Harmonies of #3ABCE1
Complementary color
Monochromatic Colors of #3ABCE1
Black with #3ABCE1
Text Example
Text Example
White with #3ABCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCE1; }
p { color: rgb(58,188,225); }
H1.HeaderClassName
{
color: #3ABCE1;
}
.AnyTagClassName
{
color: #3ABCE1;
}
</style>
background-color css
<style>
a { background-color: #3ABCE1; }
a { background-color: rgb(58,188,225); }
div.DivClassName
{
background-color: #3ABCE1;
}
.BgClassName
{
background-color: #3ABCE1;
}
</style>
border-color css
<style>
span { border-color: #3ABCE1; }
span { border-color: rgb(58,188,225); }
td.TdClassName
{
border-color: #3ABCE1;
}
.TagClassName
{
border-color: #3ABCE1;
}
</style>