#3EC0F0

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

Shades of Summer Sky #3EC0F0

Tints of Summer Sky #3EC0F0

Color information

#3EC0F0 (or 0x3EC0F0) is unknown color: approx Summer Sky. HEX triplet: 3E, C0 and F0. RGB value is (62,192,240). Sum of RGB (Red+Green+Blue) = 62+192+240=494 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.55% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #3EC0F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EC0F0 is #C13F0F. Grayscale: #9E9E9E. Windows color (decimal): -12664592 or 15777854. OLE color: 15777854.

HSL color Cylindrical-coordinate representation of color #3EC0F0: hue angle of 196.18º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EC0F0 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB62192240-
CMYK0.740.2000.06
HSL196.18º85.58%59.22%-
HSV(B)196.18º74.17%94.12%-
XYZ36.5645.0189.2-
YUV158.6173.9359.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.55%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 240 (94.14% from 255) = 48.58%
R=12.55%
G=38.87%
B=48.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal621922400.740.2000.06196.1885.5859.22
Hex3EC0F04A1406c4563b
Octal76300360112240630412673
Binary11111011000000111100001001010101000110110001001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,192,240); }

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

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

 a { background-color: rgb(62,192,240); }

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

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

 span { border-color: rgb(62,192,240); }

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