#3DADD2

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

Shades of Summer Sky #3DADD2

Tints of Summer Sky #3DADD2

Color information

#3DADD2 (or 0x3DADD2) is unknown color: approx Summer Sky. HEX triplet: 3D, AD and D2. RGB value is (61,173,210). Sum of RGB (Red+Green+Blue) = 61+173+210=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 210 (82.42% from 255 or 47.30% from 444); Max value from RGB is 210 - color contains mainly: blue. Hex color #3DADD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DADD2 is #C2522D. Grayscale: #8F8F8F. Windows color (decimal): -12735022 or 13806909. OLE color: 13806909.

HSL color Cylindrical-coordinate representation of color #3DADD2: hue angle of 194.9º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DADD2 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB61173210-
CMYK0.710.1800.18
HSL194.9º62.34%53.14%-
HSV(B)194.9º70.95%82.35%-
XYZ28.535.5366.33-
YUV143.73165.3968.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.74%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 210 (82.42% from 255) = 47.30%
R=13.74%
G=38.96%
B=47.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal611732100.710.1800.18194.962.3453.14
Hex3DADD24712012c33e35
Octal75255322107220223037665
Binary111101101011011101001010001111001001001011000011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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