Html Css Color HEX #42A9C0 Viking

📋 copy color: '#42A9C0'

red 66 ◦ green 169 ◦ blue 192

#42A9C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #42A9C0

Tints of Viking #42A9C0

RGB

 RED value IS 66 (26.17% from 255) = 15.46%

 GREEN value IS 169 (66.41% from 255) = 39.58%

 BLUE value IS 192 (75.39% from 255) = 44.96%

R = 15.46%
G = 39.58%
B = 44.96%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#42A9C0 (or 0x42A9C0) is known color: Viking. HEX triplet: 42, A9 and C0. RGB value is (66,169,192). Sum of RGB (Red+Green+Blue) = 66+169+192=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #42A9C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A9C0 is #BD563F. Grayscale: #8C8C8C. Windows color (decimal): -12408384 or 12626242. OLE color: 12626242.

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

Color convert

RGB 66 169 192 -
CMYK 0.66 0.12 0 0.25
HSL 190.95º 0.5% 0.51% -
HSV(B) 190.95º 0.66% 0.75% -
XYZ 25.95 33.34 54.94 -
YUV 140.83 156.88 74.63 -
System Red Green Blue C M Y K H S L
Decimal 66 169 192 0.66 0.12 0 0.25 190.95 0.5 0.51
Hex 42 A9 C0 42 C 0 19 BF 32 33
Octal 102 251 300 102 14 0 31 277 62 63
Binary 1000010 10101001 11000000 1000010 1100 0 11001 10111111 110010 110011

Color Harmonies of #42A9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A9C0

Black with #42A9C0

Text Example


Text Example

White with #42A9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,169,192); }

 H1.HeaderClassName
 {
   color: #42A9C0;
 }
 .AnyTagClassName
 {
   color: #42A9C0;
 }
</style>

background-color css

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

 a { background-color: rgb(66,169,192); }

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

border-color css

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

 span { border-color: rgb(66,169,192); }

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