Html Css Color HEX #50AECB Viking

📋 copy color: '#50AECB'

red 80 ◦ green 174 ◦ blue 203

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

Shades of Viking #50AECB

Tints of Viking #50AECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.07%

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

R = 17.51%
G = 38.07%
B = 44.42%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#50AECB (or 0x50AECB) is known color: Viking. HEX triplet: 50, AE and CB. RGB value is (80,174,203). Sum of RGB (Red+Green+Blue) = 80+174+203=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #50AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AECB is #AF5134. Grayscale: #949494. Windows color (decimal): -11489589 or 13348432. OLE color: 13348432.

HSL color Cylindrical-coordinate representation of color #50AECB: hue angle of 194.15º 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 #50AECB is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 174 203 -
CMYK 0.61 0.14 0 0.20
HSL 194.15º 0.54% 0.55% -
HSV(B) 194.15º 0.61% 0.8% -
XYZ 29.22 36.29 61.96 -
YUV 149.2 158.36 78.64 -
System Red Green Blue C M Y K H S L
Decimal 80 174 203 0.61 0.14 0 0.20 194.15 0.54 0.55
Hex 50 AE CB 3D E 0 14 C2 36 37
Octal 120 256 313 75 16 0 24 302 66 67
Binary 1010000 10101110 11001011 111101 1110 0 10100 11000010 110110 110111

Color Harmonies of #50AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AECB

Black with #50AECB

Text Example


Text Example

White with #50AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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