#3ac8e0

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

Shades of Summer Sky #3AC8E0

Tints of Summer Sky #3AC8E0

Color information

#3AC8E0 (or 0x3AC8E0) is unknown color: approx Summer Sky. HEX triplet: 3A, C8 and E0. RGB value is (58,200,224). Sum of RGB (Red+Green+Blue) = 58+200+224=482 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.03% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #3AC8E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC8E0 is #C5371F. Grayscale: #A0A0A0. Windows color (decimal): -12924704 or 14731322. OLE color: 14731322.

HSL color Cylindrical-coordinate representation of color #3AC8E0: hue angle of 188.67º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AC8E0 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB58200224-
CMYK0.740.1100.12
HSL188.67º72.81%55.29%-
HSV(B)188.67º74.11%87.84%-
XYZ35.8547.5977.82-
YUV160.28163.9655.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.03%
GREEN value IS 200 (78.52% from 255) = 41.49%
BLUE value IS 224 (87.89% from 255) = 46.47%
R=12.03%
G=41.49%
B=46.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal582002240.740.1100.12188.6772.8155.29
Hex3AC8E04AB0Cbd4937
Octal723103401121301427511167
Binary11101011001000111000001001010101101100101111011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ac8e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,200,224); }

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

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

 a { background-color: rgb(58,200,224); }

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

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

 span { border-color: rgb(58,200,224); }

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