#40ABCC

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

Shades of Viking #40ABCC

Tints of Viking #40ABCC

Color information

#40ABCC (or 0x40ABCC) is unknown color: approx Viking. HEX triplet: 40, AB and CC. RGB value is (64,171,204). Sum of RGB (Red+Green+Blue) = 64+171+204=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #40ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABCC is #BF5433. Grayscale: #8E8E8E. Windows color (decimal): -12538932 or 13413184. OLE color: 13413184.

HSL color Cylindrical-coordinate representation of color #40ABCC: hue angle of 194.14º 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 #40ABCC is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB64171204-
CMYK0.690.1600.2
HSL194.14º57.85%52.55%-
HSV(B)194.14º68.63%80%-
XYZ27.5834.5862.35-
YUV142.77162.5571.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.58%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=14.58%
G=38.95%
B=46.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal641712040.690.1600.2194.1457.8552.55
Hex40ABCC4510014c23a35
Octal100253314105200243027265
Binary1000000101010111100110010001011000001010011000010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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