Shades of Summer Sky #3ACEEF
Tints of Summer Sky #3ACEEF
RGB
CMYK
RGB Variations
Color information
#3ACEEF (or 0x3ACEEF) is known color: Summer Sky. HEX triplet: 3A, CE and EF. RGB value is (58,206,239). Sum of RGB (Red+Green+Blue) = 58+206+239=503 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.53% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #3ACEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACEEF is #C53110. Grayscale: #A5A5A5. Windows color (decimal): -12923153 or 15715898. OLE color: 15715898.
HSL color Cylindrical-coordinate representation of color #3ACEEF: hue angle of 190.94º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ACEEF is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 206 | 239 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.06 |
| HSL | 190.94º | 0.85% | 0.58% | - |
| HSV(B) | 190.94º | 0.76% | 0.94% | - |
| XYZ | 39.4 | 51.27 | 89.48 | - |
| YUV | 165.51 | 169.47 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 206 | 239 | 0.76 | 0.14 | 0 | 0.06 | 190.94 | 0.85 | 0.58 |
| Hex | 3A | CE | EF | 4C | E | 0 | 6 | BF | 55 | 3A |
| Octal | 72 | 316 | 357 | 114 | 16 | 0 | 6 | 277 | 125 | 72 |
| Binary | 111010 | 11001110 | 11101111 | 1001100 | 1110 | 0 | 110 | 10111111 | 1010101 | 111010 |
Color Harmonies of #3ACEEF
Complementary color
Monochromatic Colors of #3ACEEF
Black with #3ACEEF
Text Example
Text Example
White with #3ACEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACEEF; }
p { color: rgb(58,206,239); }
H1.HeaderClassName
{
color: #3ACEEF;
}
.AnyTagClassName
{
color: #3ACEEF;
}
</style>
background-color css
<style>
a { background-color: #3ACEEF; }
a { background-color: rgb(58,206,239); }
div.DivClassName
{
background-color: #3ACEEF;
}
.BgClassName
{
background-color: #3ACEEF;
}
</style>
border-color css
<style>
span { border-color: #3ACEEF; }
span { border-color: rgb(58,206,239); }
td.TdClassName
{
border-color: #3ACEEF;
}
.TagClassName
{
border-color: #3ACEEF;
}
</style>