Html Css Color HEX #50AACB Viking

📋 copy color: '#50AACB'

red 80 ◦ green 170 ◦ blue 203

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

Shades of Viking #50AACB

Tints of Viking #50AACB

RGB

 RED value IS 80 (31.64% from 255) = 17.66%

 GREEN value IS 170 (66.8% from 255) = 37.53%

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 17.66%
G = 37.53%
B = 44.81%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#50AACB (or 0x50AACB) is known color: Viking. HEX triplet: 50, AA and CB. RGB value is (80,170,203). Sum of RGB (Red+Green+Blue) = 80+170+203=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #50AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AACB is #AF5534. Grayscale: #929292. Windows color (decimal): -11490613 or 13347408. OLE color: 13347408.

HSL color Cylindrical-coordinate representation of color #50AACB: hue angle of 196.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50AACB is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 170 203 -
CMYK 0.61 0.16 0 0.20
HSL 196.1º 0.54% 0.55% -
HSV(B) 196.1º 0.61% 0.8% -
XYZ 28.46 34.77 61.71 -
YUV 146.85 159.68 80.32 -
System Red Green Blue C M Y K H S L
Decimal 80 170 203 0.61 0.16 0 0.20 196.1 0.54 0.55
Hex 50 AA CB 3D 10 0 14 C4 36 37
Octal 120 252 313 75 20 0 24 304 66 67
Binary 1010000 10101010 11001011 111101 10000 0 10100 11000100 110110 110111

Color Harmonies of #50AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AACB

Black with #50AACB

Text Example


Text Example

White with #50AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50AACB; }

 p { color: rgb(80,170,203); }

 H1.HeaderClassName
 {
   color: #50AACB;
 }
 .AnyTagClassName
 {
   color: #50AACB;
 }
</style>

background-color css

<style>
 a { background-color: #50AACB; }

 a { background-color: rgb(80,170,203); }

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

border-color css

<style>
 span { border-color: #50AACB; }

 span { border-color: rgb(80,170,203); }

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