#3DA7D7

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

Shades of Summer Sky #3DA7D7

Tints of Summer Sky #3DA7D7

Color information

#3DA7D7 (or 0x3DA7D7) is unknown color: approx Summer Sky. HEX triplet: 3D, A7 and D7. RGB value is (61,167,215). Sum of RGB (Red+Green+Blue) = 61+167+215=443 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.77% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #3DA7D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA7D7 is #C25828. Grayscale: #8C8C8C. Windows color (decimal): -12736553 or 14133053. OLE color: 14133053.

HSL color Cylindrical-coordinate representation of color #3DA7D7: hue angle of 198.7º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DA7D7 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB61167215-
CMYK0.720.2200.16
HSL198.7º65.81%54.12%-
HSV(B)198.7º71.63%84.31%-
XYZ28.0133.5469.29-
YUV140.78169.8871.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.77%
GREEN value IS 167 (65.62% from 255) = 37.70%
BLUE value IS 215 (84.38% from 255) = 48.53%
R=13.77%
G=37.70%
B=48.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal611672150.720.2200.16198.765.8154.12
Hex3DA7D74816010c74236
Octal752473271102602030710266
Binary1111011010011111010111100100010110010000110001111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,167,215); }

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

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

 a { background-color: rgb(61,167,215); }

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

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

 span { border-color: rgb(61,167,215); }

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