#40ABCF

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

Shades of Viking #40ABCF

Tints of Viking #40ABCF

Color information

#40ABCF (or 0x40ABCF) is unknown color: approx Viking. HEX triplet: 40, AB and CF. RGB value is (64,171,207). Sum of RGB (Red+Green+Blue) = 64+171+207=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #40ABCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABCF is #BF5430. Grayscale: #8E8E8E. Windows color (decimal): -12538929 or 13609792. OLE color: 13609792.

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

Color convert

RGB64171207-
CMYK0.690.1700.19
HSL195.1º59.83%53.14%-
HSV(B)195.1º69.08%81.18%-
XYZ27.9434.7264.26-
YUV143.11164.0571.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.48%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 207 (81.25% from 255) = 46.83%
R=14.48%
G=38.69%
B=46.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal641712070.690.1700.19195.159.8353.14
Hex40ABCF4511013c33c35
Octal100253317105210233037465
Binary1000000101010111100111110001011000101001111000011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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