#42AFC9

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

Shades of Viking #42AFC9

Tints of Viking #42AFC9

Color information

#42AFC9 (or 0x42AFC9) is unknown color: approx Viking. HEX triplet: 42, AF and C9. RGB value is (66,175,201). Sum of RGB (Red+Green+Blue) = 66+175+201=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #42AFC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AFC9 is #BD5036. Grayscale: #919191. Windows color (decimal): -12406839 or 13217602. OLE color: 13217602.

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

Color convert

RGB66175201-
CMYK0.670.1300.21
HSL191.56º55.56%52.35%-
HSV(B)191.56º67.16%78.82%-
XYZ28.1236.0460.73-
YUV145.37159.3971.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.93%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 201 (78.91% from 255) = 45.48%
R=14.93%
G=39.59%
B=45.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661752010.670.1300.21191.5655.5652.35
Hex42AFC943D015c03834
Octal102257311103150253007064
Binary100001010101111110010011000011110101010111000000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,175,201); }

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

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

 a { background-color: rgb(66,175,201); }

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

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

 span { border-color: rgb(66,175,201); }

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