#41AECE

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

Shades of Viking #41AECE

Tints of Viking #41AECE

Color information

#41AECE (or 0x41AECE) is unknown color: approx Viking. HEX triplet: 41, AE and CE. RGB value is (65,174,206). Sum of RGB (Red+Green+Blue) = 65+174+206=445 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.61% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #41AECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AECE is #BE5131. Grayscale: #909090. Windows color (decimal): -12472626 or 13545025. OLE color: 13545025.

HSL color Cylindrical-coordinate representation of color #41AECE: hue angle of 193.62º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41AECE is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65174206-
CMYK0.680.1600.19
HSL193.62º59%53.14%-
HSV(B)193.62º68.45%80.78%-
XYZ28.4635.8563.81-
YUV145.06162.3970.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.61%
GREEN value IS 174 (68.36% from 255) = 39.10%
BLUE value IS 206 (80.86% from 255) = 46.29%
R=14.61%
G=39.10%
B=46.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651742060.680.1600.19193.625953.14
Hex41AECE4410013c23b35
Octal101256316104200233027365
Binary1000001101011101100111010001001000001001111000010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,174,206); }

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

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

 a { background-color: rgb(65,174,206); }

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

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

 span { border-color: rgb(65,174,206); }

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