#3ACEEA

Color #3ACEEA Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3ACEEA

Tints of Summer Sky #3ACEEA

Color information

#3ACEEA (or 0x3ACEEA) is unknown color: approx Summer Sky. HEX triplet: 3A, CE and EA. RGB value is (58,206,234). Sum of RGB (Red+Green+Blue) = 58+206+234=498 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.65% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #3ACEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACEEA is #C53115. Grayscale: #A4A4A4. Windows color (decimal): -12923158 or 15388218. OLE color: 15388218.

HSL color Cylindrical-coordinate representation of color #3ACEEA: hue angle of 189.55º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ACEEA is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB58206234-
CMYK0.750.1200.08
HSL189.55º80.73%57.25%-
HSV(B)189.55º75.21%91.76%-
XYZ38.6750.9885.64-
YUV164.94166.9751.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 11.65%
GREEN value IS 206 (80.86% from 255) = 41.37%
BLUE value IS 234 (91.80% from 255) = 46.99%
R=11.65%
G=41.37%
B=46.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal582062340.750.1200.08189.5580.7357.25
Hex3ACEEA4BC08be5139
Octal723163521131401027612171
Binary11101011001110111010101001011110001000101111101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ACEEA; }

 p { color: rgb(58,206,234); }

 H1.HeaderClassName
 {
   color: #3ACEEA;
 }
 .AnyTagClassName
 {
   color: #3ACEEA;
 }
</style>
background-color css

<style>
 a { background-color: #3ACEEA; }

 a { background-color: rgb(58,206,234); }

 div.DivClassName
 {
   background-color: #3ACEEA;
 }
 .BgClassName
 {
   background-color: #3ACEEA;
 }
</style>
border-color css

<style>
 span { border-color: #3ACEEA; }

 span { border-color: rgb(58,206,234); }

 td.TdClassName
 {
   border-color: #3ACEEA;
 }
 .TagClassName
 {
   border-color: #3ACEEA;
 }
</style>