#40ADCC

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

Shades of Viking #40ADCC

Tints of Viking #40ADCC

Color information

#40ADCC (or 0x40ADCC) is unknown color: approx Viking. HEX triplet: 40, AD and CC. RGB value is (64,173,204). Sum of RGB (Red+Green+Blue) = 64+173+204=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #40ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ADCC is #BF5233. Grayscale: #8F8F8F. Windows color (decimal): -12538420 or 13413696. OLE color: 13413696.

HSL color Cylindrical-coordinate representation of color #40ADCC: hue angle of 193.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40ADCC is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB64173204-
CMYK0.690.1500.2
HSL193.29º57.85%52.55%-
HSV(B)193.29º68.63%80%-
XYZ27.9635.3462.47-
YUV143.94161.8970.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.51%
GREEN value IS 173 (67.97% from 255) = 39.23%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=14.51%
G=39.23%
B=46.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal641732040.690.1500.2193.2957.8552.55
Hex40ADCC45F014c13a35
Octal100255314105170243017265
Binary100000010101101110011001000101111101010011000001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,173,204); }

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

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

 a { background-color: rgb(64,173,204); }

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

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

 span { border-color: rgb(64,173,204); }

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