#41A0E5

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

Shades of Summer Sky #41A0E5

Tints of Summer Sky #41A0E5

Color information

#41A0E5 (or 0x41A0E5) is unknown color: approx Summer Sky. HEX triplet: 41, A0 and E5. RGB value is (65,160,229). Sum of RGB (Red+Green+Blue) = 65+160+229=454 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.32% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #41A0E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A0E5 is #BE5F1A. Grayscale: #8B8B8B. Windows color (decimal): -12476187 or 15048769. OLE color: 15048769.

HSL color Cylindrical-coordinate representation of color #41A0E5: hue angle of 205.24º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41A0E5 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB65160229-
CMYK0.720.3000.10
HSL205.24º75.93%57.65%-
HSV(B)205.24º71.62%89.8%-
XYZ28.8931.9278.77-
YUV139.46178.5374.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.32%
GREEN value IS 160 (62.89% from 255) = 35.24%
BLUE value IS 229 (89.84% from 255) = 50.44%
R=14.32%
G=35.24%
B=50.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal651602290.720.3000.10205.2475.9357.65
Hex41A0E5481E0Acd4c3a
Octal1012403451103601231511472
Binary1000001101000001110010110010001111001010110011011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41A0E5; }

 p { color: rgb(65,160,229); }

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

<style>
 a { background-color: #41A0E5; }

 a { background-color: rgb(65,160,229); }

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

<style>
 span { border-color: #41A0E5; }

 span { border-color: rgb(65,160,229); }

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