#3DA6F0

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

Shades of Summer Sky #3DA6F0

Tints of Summer Sky #3DA6F0

Color information

#3DA6F0 (or 0x3DA6F0) is unknown color: approx Summer Sky. HEX triplet: 3D, A6 and F0. RGB value is (61,166,240). Sum of RGB (Red+Green+Blue) = 61+166+240=467 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.06% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #3DA6F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA6F0 is #C2590F. Grayscale: #8E8E8E. Windows color (decimal): -12736784 or 15771197. OLE color: 15771197.

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

Color convert

RGB61166240-
CMYK0.750.3100.06
HSL204.8º85.65%59.02%-
HSV(B)204.8º74.58%94.12%-
XYZ31.2934.5687.46-
YUV143.04182.7169.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.06%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 240 (94.14% from 255) = 51.39%
R=13.06%
G=35.55%
B=51.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal611662400.750.3100.06204.885.6559.02
Hex3DA6F04B1F06cd563b
Octal75246360113370631512673
Binary11110110100110111100001001011111110110110011011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,166,240); }

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

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

 a { background-color: rgb(61,166,240); }

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

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

 span { border-color: rgb(61,166,240); }

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