#3DA6F2

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

Shades of Summer Sky #3DA6F2

Tints of Summer Sky #3DA6F2

Color information

#3DA6F2 (or 0x3DA6F2) is unknown color: approx Summer Sky. HEX triplet: 3D, A6 and F2. RGB value is (61,166,242). Sum of RGB (Red+Green+Blue) = 61+166+242=469 (62% of max value = 765). Red value is 61 (24.22% from 255 or 13.01% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #3DA6F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA6F2 is #C2590D. Grayscale: #8E8E8E. Windows color (decimal): -12736782 or 15902269. OLE color: 15902269.

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

Color convert

RGB61166242-
CMYK0.750.3100.05
HSL205.19º87.44%59.41%-
HSV(B)205.19º74.79%94.9%-
XYZ31.5934.6889.03-
YUV143.27183.7169.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.01%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 242 (94.92% from 255) = 51.60%
R=13.01%
G=35.39%
B=51.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal611662420.750.3100.05205.1987.4459.41
Hex3DA6F24B1F05cd573b
Octal75246362113370531512773
Binary11110110100110111100101001011111110101110011011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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