#40B0CE

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

Shades of Viking #40B0CE

Tints of Viking #40B0CE

Color information

#40B0CE (or 0x40B0CE) is unknown color: approx Viking. HEX triplet: 40, B0 and CE. RGB value is (64,176,206). Sum of RGB (Red+Green+Blue) = 64+176+206=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #40B0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40B0CE is #BF4F31. Grayscale: #919191. Windows color (decimal): -12537650 or 13545536. OLE color: 13545536.

HSL color Cylindrical-coordinate representation of color #40B0CE: hue angle of 192.68º degrees, saturation: 0.59, 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 #40B0CE is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB64176206-
CMYK0.690.1500.19
HSL192.68º59.17%52.94%-
HSV(B)192.68º68.93%80.78%-
XYZ28.7836.663.94-
YUV145.93161.8969.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.35%
GREEN value IS 176 (69.14% from 255) = 39.46%
BLUE value IS 206 (80.86% from 255) = 46.19%
R=14.35%
G=39.46%
B=46.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal641762060.690.1500.19192.6859.1752.94
Hex40B0CE45F013c13b35
Octal100260316105170233017365
Binary100000010110000110011101000101111101001111000001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,176,206); }

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

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

 a { background-color: rgb(64,176,206); }

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

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

 span { border-color: rgb(64,176,206); }

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