Html Css Color HEX #42A5BE Viking

📋 copy color: '#42A5BE'

red 66 ◦ green 165 ◦ blue 190

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

Shades of Viking #42A5BE

Tints of Viking #42A5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.19%

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 15.68%
G = 39.19%
B = 45.13%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#42A5BE (or 0x42A5BE) is known color: Viking. HEX triplet: 42, A5 and BE. RGB value is (66,165,190). Sum of RGB (Red+Green+Blue) = 66+165+190=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #42A5BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A5BE is #BD5A41. Grayscale: #8A8A8A. Windows color (decimal): -12409410 or 12494146. OLE color: 12494146.

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

Color convert

RGB 66 165 190 -
CMYK 0.65 0.13 0 0.25
HSL 192.1º 0.49% 0.5% -
HSV(B) 192.1º 0.65% 0.75% -
XYZ 25 31.79 53.53 -
YUV 138.25 157.2 76.47 -
System Red Green Blue C M Y K H S L
Decimal 66 165 190 0.65 0.13 0 0.25 192.1 0.49 0.5
Hex 42 A5 BE 41 D 0 19 C0 31 32
Octal 102 245 276 101 15 0 31 300 61 62
Binary 1000010 10100101 10111110 1000001 1101 0 11001 11000000 110001 110010

Color Harmonies of #42A5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A5BE

Black with #42A5BE

Text Example


Text Example

White with #42A5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,165,190); }

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

background-color css

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

 a { background-color: rgb(66,165,190); }

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

border-color css

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

 span { border-color: rgb(66,165,190); }

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