#3AC5EA

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

Shades of Summer Sky #3AC5EA

Tints of Summer Sky #3AC5EA

Color information

#3AC5EA (or 0x3AC5EA) is unknown color: approx Summer Sky. HEX triplet: 3A, C5 and EA. RGB value is (58,197,234). Sum of RGB (Red+Green+Blue) = 58+197+234=489 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.86% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #3AC5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AC5EA is #C53A15. Grayscale: #9F9F9F. Windows color (decimal): -12925462 or 15385914. OLE color: 15385914.

HSL color Cylindrical-coordinate representation of color #3AC5EA: hue angle of 192.61º 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 #3AC5EA is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB58197234-
CMYK0.750.1600.08
HSL192.61º80.73%57.25%-
HSV(B)192.61º75.21%91.76%-
XYZ36.5646.7784.94-
YUV159.66169.9555.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.86%
GREEN value IS 197 (77.34% from 255) = 40.29%
BLUE value IS 234 (91.80% from 255) = 47.85%
R=11.86%
G=40.29%
B=47.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal581972340.750.1600.08192.6180.7357.25
Hex3AC5EA4B1008c15139
Octal723053521132001030112171
Binary111010110001011110101010010111000001000110000011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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