Shades of Summer Sky #3AC9EE
Tints of Summer Sky #3AC9EE
RGB
CMYK
RGB Variations
Color information
#3AC9EE (or 0x3AC9EE) is known color: Summer Sky. HEX triplet: 3A, C9 and EE. RGB value is (58,201,238). Sum of RGB (Red+Green+Blue) = 58+201+238=497 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.67% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #3AC9EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AC9EE is #C53611. Grayscale: #A2A2A2. Windows color (decimal): -12924434 or 15649082. OLE color: 15649082.
HSL color Cylindrical-coordinate representation of color #3AC9EE: hue angle of 192.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AC9EE is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 201 | 238 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.07 |
| HSL | 192.33º | 0.84% | 0.58% | - |
| HSV(B) | 192.33º | 0.76% | 0.93% | - |
| XYZ | 38.06 | 48.85 | 88.31 | - |
| YUV | 162.46 | 170.62 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 201 | 238 | 0.76 | 0.16 | 0 | 0.07 | 192.33 | 0.84 | 0.58 |
| Hex | 3A | C9 | EE | 4C | 10 | 0 | 7 | C0 | 54 | 3A |
| Octal | 72 | 311 | 356 | 114 | 20 | 0 | 7 | 300 | 124 | 72 |
| Binary | 111010 | 11001001 | 11101110 | 1001100 | 10000 | 0 | 111 | 11000000 | 1010100 | 111010 |
Color Harmonies of #3AC9EE
Complementary color
Monochromatic Colors of #3AC9EE
Black with #3AC9EE
Text Example
Text Example
White with #3AC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC9EE; }
p { color: rgb(58,201,238); }
H1.HeaderClassName
{
color: #3AC9EE;
}
.AnyTagClassName
{
color: #3AC9EE;
}
</style>
background-color css
<style>
a { background-color: #3AC9EE; }
a { background-color: rgb(58,201,238); }
div.DivClassName
{
background-color: #3AC9EE;
}
.BgClassName
{
background-color: #3AC9EE;
}
</style>
border-color css
<style>
span { border-color: #3AC9EE; }
span { border-color: rgb(58,201,238); }
td.TdClassName
{
border-color: #3AC9EE;
}
.TagClassName
{
border-color: #3AC9EE;
}
</style>