#42AAC1

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

Shades of Viking #42AAC1

Tints of Viking #42AAC1

Color information

#42AAC1 (or 0x42AAC1) is unknown color: approx Viking. HEX triplet: 42, AA and C1. RGB value is (66,170,193). Sum of RGB (Red+Green+Blue) = 66+170+193=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #42AAC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AAC1 is #BD553E. Grayscale: #8D8D8D. Windows color (decimal): -12408127 or 12692034. OLE color: 12692034.

HSL color Cylindrical-coordinate representation of color #42AAC1: hue angle of 190.87º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42AAC1 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB66170193-
CMYK0.660.1200.24
HSL190.87º50.6%50.78%-
HSV(B)190.87º65.8%75.69%-
XYZ26.2533.7655.58-
YUV141.53157.0474.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.38%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 193 (75.78% from 255) = 44.99%
R=15.38%
G=39.63%
B=44.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661701930.660.1200.24190.8750.650.78
Hex42AAC142C018bf3333
Octal102252301102140302776363
Binary100001010101010110000011000010110001100010111111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42AAC1; }

 p { color: rgb(66,170,193); }

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

<style>
 a { background-color: #42AAC1; }

 a { background-color: rgb(66,170,193); }

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

<style>
 span { border-color: #42AAC1; }

 span { border-color: rgb(66,170,193); }

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