#3DADF6

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

Shades of Summer Sky #3DADF6

Tints of Summer Sky #3DADF6

Color information

#3DADF6 (or 0x3DADF6) is unknown color: approx Summer Sky. HEX triplet: 3D, AD and F6. RGB value is (61,173,246). Sum of RGB (Red+Green+Blue) = 61+173+246=480 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.71% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 246 (96.48% from 255 or 51.25% from 480); Max value from RGB is 246 - color contains mainly: blue. Hex color #3DADF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DADF6 is #C25209. Grayscale: #939393. Windows color (decimal): -12734986 or 16166205. OLE color: 16166205.

HSL color Cylindrical-coordinate representation of color #3DADF6: hue angle of 203.68º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DADF6 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB61173246-
CMYK0.750.3000.04
HSL203.68º91.13%60.2%-
HSV(B)203.68º75.2%96.47%-
XYZ33.537.5392.67-
YUV147.83183.3966.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.71%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 246 (96.48% from 255) = 51.25%
R=12.71%
G=36.04%
B=51.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal611732460.750.3000.04203.6891.1360.2
Hex3DADF64B1E04cc5b3c
Octal75255366113360431413374
Binary11110110101101111101101001011111100100110011001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,173,246); }

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

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

 a { background-color: rgb(61,173,246); }

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

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

 span { border-color: rgb(61,173,246); }

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