Shades of Summer Sky #3ACCEE
Tints of Summer Sky #3ACCEE
RGB
CMYK
RGB Variations
Color information
#3ACCEE (or 0x3ACCEE) is known color: Summer Sky. HEX triplet: 3A, CC and EE. RGB value is (58,204,238). Sum of RGB (Red+Green+Blue) = 58+204+238=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #3ACCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACCEE is #C53311. Grayscale: #A3A3A3. Windows color (decimal): -12923666 or 15649850. OLE color: 15649850.
HSL color Cylindrical-coordinate representation of color #3ACCEE: hue angle of 191.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 #3ACCEE is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 204 | 238 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.07 |
| HSL | 191.33º | 0.84% | 0.58% | - |
| HSV(B) | 191.33º | 0.76% | 0.93% | - |
| XYZ | 38.77 | 50.26 | 88.55 | - |
| YUV | 164.22 | 169.63 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 238 | 0.76 | 0.14 | 0 | 0.07 | 191.33 | 0.84 | 0.58 |
| Hex | 3A | CC | EE | 4C | E | 0 | 7 | BF | 54 | 3A |
| Octal | 72 | 314 | 356 | 114 | 16 | 0 | 7 | 277 | 124 | 72 |
| Binary | 111010 | 11001100 | 11101110 | 1001100 | 1110 | 0 | 111 | 10111111 | 1010100 | 111010 |
Color Harmonies of #3ACCEE
Complementary color
Monochromatic Colors of #3ACCEE
Black with #3ACCEE
Text Example
Text Example
White with #3ACCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACCEE; }
p { color: rgb(58,204,238); }
H1.HeaderClassName
{
color: #3ACCEE;
}
.AnyTagClassName
{
color: #3ACCEE;
}
</style>
background-color css
<style>
a { background-color: #3ACCEE; }
a { background-color: rgb(58,204,238); }
div.DivClassName
{
background-color: #3ACCEE;
}
.BgClassName
{
background-color: #3ACCEE;
}
</style>
border-color css
<style>
span { border-color: #3ACCEE; }
span { border-color: rgb(58,204,238); }
td.TdClassName
{
border-color: #3ACCEE;
}
.TagClassName
{
border-color: #3ACCEE;
}
</style>