Shades of Summer Sky #3AC3E1
Tints of Summer Sky #3AC3E1
RGB
CMYK
RGB Variations
Color information
#3AC3E1 (or 0x3AC3E1) is known color: Summer Sky. HEX triplet: 3A, C3 and E1. RGB value is (58,195,225). Sum of RGB (Red+Green+Blue) = 58+195+225=478 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.13% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #3AC3E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC3E1 is #C53C1E. Grayscale: #9D9D9D. Windows color (decimal): -12925983 or 14795578. OLE color: 14795578.
HSL color Cylindrical-coordinate representation of color #3AC3E1: hue angle of 190.78º 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 #3AC3E1 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 195 | 225 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.12 |
| HSL | 190.78º | 0.74% | 0.55% | - |
| HSV(B) | 190.78º | 0.74% | 0.88% | - |
| XYZ | 34.85 | 45.37 | 78.15 | - |
| YUV | 157.46 | 166.11 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 195 | 225 | 0.74 | 0.13 | 0 | 0.12 | 190.78 | 0.74 | 0.55 |
| Hex | 3A | C3 | E1 | 4A | D | 0 | C | BF | 4A | 37 |
| Octal | 72 | 303 | 341 | 112 | 15 | 0 | 14 | 277 | 112 | 67 |
| Binary | 111010 | 11000011 | 11100001 | 1001010 | 1101 | 0 | 1100 | 10111111 | 1001010 | 110111 |
Color Harmonies of #3AC3E1
Complementary color
Monochromatic Colors of #3AC3E1
Black with #3AC3E1
Text Example
Text Example
White with #3AC3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC3E1; }
p { color: rgb(58,195,225); }
H1.HeaderClassName
{
color: #3AC3E1;
}
.AnyTagClassName
{
color: #3AC3E1;
}
</style>
background-color css
<style>
a { background-color: #3AC3E1; }
a { background-color: rgb(58,195,225); }
div.DivClassName
{
background-color: #3AC3E1;
}
.BgClassName
{
background-color: #3AC3E1;
}
</style>
border-color css
<style>
span { border-color: #3AC3E1; }
span { border-color: rgb(58,195,225); }
td.TdClassName
{
border-color: #3AC3E1;
}
.TagClassName
{
border-color: #3AC3E1;
}
</style>