Html Css Color HEX #41AABE Viking

📋 copy color: '#41AABE'

red 65 ◦ green 170 ◦ blue 190

#41AABE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #41AABE

Tints of Viking #41AABE

RGB

 RED value IS 65 (25.78% from 255) = 15.29%

 GREEN value IS 170 (66.8% from 255) = 40%

 BLUE value IS 190 (74.61% from 255) = 44.71%

R = 15.29%
G = 40%
B = 44.71%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#41AABE (or 0x41AABE) is known color: Viking. HEX triplet: 41, AA and BE. RGB value is (65,170,190). Sum of RGB (Red+Green+Blue) = 65+170+190=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #41AABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41AABE is #BE5541. Grayscale: #8C8C8C. Windows color (decimal): -12473666 or 12495425. OLE color: 12495425.

HSL color Cylindrical-coordinate representation of color #41AABE: hue angle of 189.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41AABE is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 170 190 -
CMYK 0.66 0.11 0 0.25
HSL 189.6º 0.49% 0.5% -
HSV(B) 189.6º 0.66% 0.75% -
XYZ 25.85 33.59 53.84 -
YUV 140.89 155.71 73.87 -
System Red Green Blue C M Y K H S L
Decimal 65 170 190 0.66 0.11 0 0.25 189.6 0.49 0.5
Hex 41 AA BE 42 B 0 19 BE 31 32
Octal 101 252 276 102 13 0 31 276 61 62
Binary 1000001 10101010 10111110 1000010 1011 0 11001 10111110 110001 110010

Color Harmonies of #41AABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AABE

Black with #41AABE

Text Example


Text Example

White with #41AABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,170,190); }

 H1.HeaderClassName
 {
   color: #41AABE;
 }
 .AnyTagClassName
 {
   color: #41AABE;
 }
</style>

background-color css

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

 a { background-color: rgb(65,170,190); }

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

border-color css

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

 span { border-color: rgb(65,170,190); }

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