#3DA0F5

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

Shades of Summer Sky #3DA0F5

Tints of Summer Sky #3DA0F5

Color information

#3DA0F5 (or 0x3DA0F5) is unknown color: approx Summer Sky. HEX triplet: 3D, A0 and F5. RGB value is (61,160,245). Sum of RGB (Red+Green+Blue) = 61+160+245=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 245 (96.09% from 255 or 52.58% from 466); Max value from RGB is 245 - color contains mainly: blue. Hex color #3DA0F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA0F5 is #C25F0A. Grayscale: #8B8B8B. Windows color (decimal): -12738315 or 16097341. OLE color: 16097341.

HSL color Cylindrical-coordinate representation of color #3DA0F5: hue angle of 207.72º degrees, saturation: 0.9, 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 #3DA0F5 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB61160245-
CMYK0.750.3500.04
HSL207.72º90.2%60%-
HSV(B)207.72º75.1%96.08%-
XYZ30.9832.7391.07-
YUV140.09187.271.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.09%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 245 (96.09% from 255) = 52.58%
R=13.09%
G=34.33%
B=52.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal611602450.750.3500.04207.7290.260
Hex3DA0F54B2304d05a3c
Octal75240365113430432013274
Binary111101101000001111010110010111000110100110100001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,160,245); }

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

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

 a { background-color: rgb(61,160,245); }

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

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

 span { border-color: rgb(61,160,245); }

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