#42AEC7

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

Shades of Viking #42AEC7

Tints of Viking #42AEC7

Color information

#42AEC7 (or 0x42AEC7) is unknown color: approx Viking. HEX triplet: 42, AE and C7. RGB value is (66,174,199). Sum of RGB (Red+Green+Blue) = 66+174+199=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 199 - color contains mainly: blue. Hex color #42AEC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AEC7 is #BD5138. Grayscale: #909090. Windows color (decimal): -12407097 or 13086274. OLE color: 13086274.

HSL color Cylindrical-coordinate representation of color #42AEC7: hue angle of 191.28º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42AEC7 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB66174199-
CMYK0.670.1300.22
HSL191.28º54.29%51.96%-
HSV(B)191.28º66.83%78.04%-
XYZ27.6935.5559.44-
YUV144.56158.7271.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.03%
GREEN value IS 174 (68.36% from 255) = 39.64%
BLUE value IS 199 (78.12% from 255) = 45.33%
R=15.03%
G=39.64%
B=45.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal661741990.670.1300.22191.2854.2951.96
Hex42AEC743D016bf3634
Octal102256307103150262776664
Binary100001010101110110001111000011110101011010111111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,174,199); }

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

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

 a { background-color: rgb(66,174,199); }

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

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

 span { border-color: rgb(66,174,199); }

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