Shades of Summer Sky #3ACEEE
Tints of Summer Sky #3ACEEE
RGB
CMYK
RGB Variations
Color information
#3ACEEE (or 0x3ACEEE) is known color: Summer Sky. HEX triplet: 3A, CE and EE. RGB value is (58,206,238). Sum of RGB (Red+Green+Blue) = 58+206+238=502 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.55% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #3ACEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACEEE is #C53111. Grayscale: #A5A5A5. Windows color (decimal): -12923154 or 15650362. OLE color: 15650362.
HSL color Cylindrical-coordinate representation of color #3ACEEE: hue angle of 190.67º 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 #3ACEEE is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 206 | 238 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.07 |
| HSL | 190.67º | 0.84% | 0.58% | - |
| HSV(B) | 190.67º | 0.76% | 0.93% | - |
| XYZ | 39.25 | 51.22 | 88.71 | - |
| YUV | 165.4 | 168.97 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 238 | 0.76 | 0.13 | 0 | 0.07 | 190.67 | 0.84 | 0.58 |
| Hex | 3A | CE | EE | 4C | D | 0 | 7 | BF | 54 | 3A |
| Octal | 72 | 316 | 356 | 114 | 15 | 0 | 7 | 277 | 124 | 72 |
| Binary | 111010 | 11001110 | 11101110 | 1001100 | 1101 | 0 | 111 | 10111111 | 1010100 | 111010 |
Color Harmonies of #3ACEEE
Complementary color
Monochromatic Colors of #3ACEEE
Black with #3ACEEE
Text Example
Text Example
White with #3ACEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACEEE; }
p { color: rgb(58,206,238); }
H1.HeaderClassName
{
color: #3ACEEE;
}
.AnyTagClassName
{
color: #3ACEEE;
}
</style>
background-color css
<style>
a { background-color: #3ACEEE; }
a { background-color: rgb(58,206,238); }
div.DivClassName
{
background-color: #3ACEEE;
}
.BgClassName
{
background-color: #3ACEEE;
}
</style>
border-color css
<style>
span { border-color: #3ACEEE; }
span { border-color: rgb(58,206,238); }
td.TdClassName
{
border-color: #3ACEEE;
}
.TagClassName
{
border-color: #3ACEEE;
}
</style>