Html Css Color HEX #42AFBE Viking

📋 copy color: '#42AFBE'

red 66 ◦ green 175 ◦ blue 190

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

Shades of Viking #42AFBE

Tints of Viking #42AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.6%

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

R = 15.31%
G = 40.6%
B = 44.08%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#42AFBE (or 0x42AFBE) is known color: Viking. HEX triplet: 42, AF and BE. RGB value is (66,175,190). Sum of RGB (Red+Green+Blue) = 66+175+190=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #42AFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AFBE is #BD5041. Grayscale: #8F8F8F. Windows color (decimal): -12406850 or 12496706. OLE color: 12496706.

HSL color Cylindrical-coordinate representation of color #42AFBE: hue angle of 187.26º 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 #42AFBE is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 175 190 -
CMYK 0.65 0.08 0 0.25
HSL 187.26º 0.49% 0.5% -
HSV(B) 187.26º 0.65% 0.75% -
XYZ 26.87 35.54 54.16 -
YUV 144.12 153.89 72.28 -
System Red Green Blue C M Y K H S L
Decimal 66 175 190 0.65 0.08 0 0.25 187.26 0.49 0.5
Hex 42 AF BE 41 8 0 19 BB 31 32
Octal 102 257 276 101 10 0 31 273 61 62
Binary 1000010 10101111 10111110 1000001 1000 0 11001 10111011 110001 110010

Color Harmonies of #42AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AFBE

Black with #42AFBE

Text Example


Text Example

White with #42AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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