#40B0CB

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

Shades of Viking #40B0CB

Tints of Viking #40B0CB

Color information

#40B0CB (or 0x40B0CB) is unknown color: approx Viking. HEX triplet: 40, B0 and CB. RGB value is (64,176,203). Sum of RGB (Red+Green+Blue) = 64+176+203=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #40B0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40B0CB is #BF4F34. Grayscale: #919191. Windows color (decimal): -12537653 or 13348928. OLE color: 13348928.

HSL color Cylindrical-coordinate representation of color #40B0CB: hue angle of 191.65º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40B0CB is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB64176203-
CMYK0.680.1300.20
HSL191.65º57.2%52.35%-
HSV(B)191.65º68.47%79.61%-
XYZ28.4236.4562.04-
YUV145.59160.3969.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.45%
GREEN value IS 176 (69.14% from 255) = 39.73%
BLUE value IS 203 (79.69% from 255) = 45.82%
R=14.45%
G=39.73%
B=45.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641762030.680.1300.20191.6557.252.35
Hex40B0CB44D014c03934
Octal100260313104150243007164
Binary100000010110000110010111000100110101010011000000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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