#40BFD1

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

Shades of Viking #40BFD1

Tints of Viking #40BFD1

Color information

#40BFD1 (or 0x40BFD1) is unknown color: approx Viking. HEX triplet: 40, BF and D1. RGB value is (64,191,209). Sum of RGB (Red+Green+Blue) = 64+191+209=464 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.79% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #40BFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BFD1 is #BF402E. Grayscale: #9A9A9A. Windows color (decimal): -12533807 or 13745984. OLE color: 13745984.

HSL color Cylindrical-coordinate representation of color #40BFD1: hue angle of 187.45º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40BFD1 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB64191209-
CMYK0.690.0900.18
HSL187.45º61.18%53.53%-
HSV(B)187.45º69.38%81.96%-
XYZ32.2542.9666.91-
YUV155.08158.4263.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.79%
GREEN value IS 191 (75% from 255) = 41.16%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=13.79%
G=41.16%
B=45.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641912090.690.0900.18187.4561.1853.53
Hex40BFD1459012bb3d36
Octal100277321105110222737566
Binary100000010111111110100011000101100101001010111011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,191,209); }

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

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

 a { background-color: rgb(64,191,209); }

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

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

 span { border-color: rgb(64,191,209); }

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