Html Css Color HEX #50AECE Viking

📋 copy color: '#50AECE'

red 80 ◦ green 174 ◦ blue 206

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

Shades of Viking #50AECE

Tints of Viking #50AECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 17.39%
G = 37.83%
B = 44.78%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50AECE (or 0x50AECE) is known color: Viking. HEX triplet: 50, AE and CE. RGB value is (80,174,206). Sum of RGB (Red+Green+Blue) = 80+174+206=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #50AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AECE is #AF5131. Grayscale: #959595. Windows color (decimal): -11489586 or 13545040. OLE color: 13545040.

HSL color Cylindrical-coordinate representation of color #50AECE: hue angle of 195.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50AECE is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 174 206 -
CMYK 0.61 0.16 0 0.19
HSL 195.24º 0.56% 0.56% -
HSV(B) 195.24º 0.61% 0.81% -
XYZ 29.58 36.43 63.87 -
YUV 149.54 159.86 78.4 -
System Red Green Blue C M Y K H S L
Decimal 80 174 206 0.61 0.16 0 0.19 195.24 0.56 0.56
Hex 50 AE CE 3D 10 0 13 C3 38 38
Octal 120 256 316 75 20 0 23 303 70 70
Binary 1010000 10101110 11001110 111101 10000 0 10011 11000011 111000 111000

Color Harmonies of #50AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AECE

Black with #50AECE

Text Example


Text Example

White with #50AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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