#3DA6D8

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

Shades of Summer Sky #3DA6D8

Tints of Summer Sky #3DA6D8

Color information

#3DA6D8 (or 0x3DA6D8) is unknown color: approx Summer Sky. HEX triplet: 3D, A6 and D8. RGB value is (61,166,216). Sum of RGB (Red+Green+Blue) = 61+166+216=443 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.77% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #3DA6D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA6D8 is #C25927. Grayscale: #8C8C8C. Windows color (decimal): -12736808 or 14198333. OLE color: 14198333.

HSL color Cylindrical-coordinate representation of color #3DA6D8: hue angle of 199.35º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DA6D8 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB61166216-
CMYK0.720.2300.15
HSL199.35º66.52%54.31%-
HSV(B)199.35º71.76%84.71%-
XYZ27.9633.2269.9-
YUV140.3170.7171.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.77%
GREEN value IS 166 (65.23% from 255) = 37.47%
BLUE value IS 216 (84.77% from 255) = 48.76%
R=13.77%
G=37.47%
B=48.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal611662160.720.2300.15199.3566.5254.31
Hex3DA6D848170Fc74336
Octal752463301102701730710366
Binary111101101001101101100010010001011101111110001111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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