#3EA0CF

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

Shades of Summer Sky #3EA0CF

Tints of Summer Sky #3EA0CF

Color information

#3EA0CF (or 0x3EA0CF) is unknown color: approx Summer Sky. HEX triplet: 3E, A0 and CF. RGB value is (62,160,207). Sum of RGB (Red+Green+Blue) = 62+160+207=429 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.45% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #3EA0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA0CF is #C15F30. Grayscale: #878787. Windows color (decimal): -12672817 or 13606974. OLE color: 13606974.

HSL color Cylindrical-coordinate representation of color #3EA0CF: hue angle of 199.45º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EA0CF is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB62160207-
CMYK0.700.2300.19
HSL199.45º60.17%52.75%-
HSV(B)199.45º70.05%81.18%-
XYZ25.8230.6763.59-
YUV136.06168.0375.18-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.45%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 207 (81.25% from 255) = 48.25%
R=14.45%
G=37.30%
B=48.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal621602070.700.2300.19199.4560.1752.75
Hex3EA0CF4617013c73c35
Octal76240317106270233077465
Binary111110101000001100111110001101011101001111000111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,160,207); }

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

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

 a { background-color: rgb(62,160,207); }

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

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

 span { border-color: rgb(62,160,207); }

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