#40AFBE

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

Shades of Viking #40AFBE

Tints of Viking #40AFBE

Color information

#40AFBE (or 0x40AFBE) is unknown color: approx Viking. HEX triplet: 40, AF and BE. RGB value is (64,175,190). Sum of RGB (Red+Green+Blue) = 64+175+190=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #40AFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AFBE is #BF5041. Grayscale: #8F8F8F. Windows color (decimal): -12537922 or 12496704. OLE color: 12496704.

HSL color Cylindrical-coordinate representation of color #40AFBE: hue angle of 187.14º degrees, saturation: 0.5, 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 #40AFBE is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64175190-
CMYK0.660.0800.25
HSL187.14º49.61%49.8%-
HSV(B)187.14º66.32%74.51%-
XYZ26.7435.4754.15-
YUV143.52154.2371.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.92%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=14.92%
G=40.79%
B=44.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641751900.660.0800.25187.1449.6149.8
Hex40AFBE428019bb3232
Octal100257276102100312736262
Binary100000010101111101111101000010100001100110111011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40AFBE; }

 p { color: rgb(64,175,190); }

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

<style>
 a { background-color: #40AFBE; }

 a { background-color: rgb(64,175,190); }

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

<style>
 span { border-color: #40AFBE; }

 span { border-color: rgb(64,175,190); }

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