#40A9CF

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

Shades of Viking #40A9CF

Tints of Viking #40A9CF

Color information

#40A9CF (or 0x40A9CF) is unknown color: approx Viking. HEX triplet: 40, A9 and CF. RGB value is (64,169,207). Sum of RGB (Red+Green+Blue) = 64+169+207=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #40A9CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A9CF is #BF5630. Grayscale: #8D8D8D. Windows color (decimal): -12539441 or 13609280. OLE color: 13609280.

HSL color Cylindrical-coordinate representation of color #40A9CF: hue angle of 195.94º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40A9CF is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB64169207-
CMYK0.690.1800.19
HSL195.94º59.83%53.14%-
HSV(B)195.94º69.08%81.18%-
XYZ27.5633.9764.14-
YUV141.94164.7172.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.55%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 207 (81.25% from 255) = 47.05%
R=14.55%
G=38.41%
B=47.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal641692070.690.1800.19195.9459.8353.14
Hex40A9CF4512013c43c35
Octal100251317105220233047465
Binary1000000101010011100111110001011001001001111000100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,169,207); }

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

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

 a { background-color: rgb(64,169,207); }

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

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

 span { border-color: rgb(64,169,207); }

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