Html Css Color HEX #50AECC Viking

📋 copy color: '#50AECC'

red 80 ◦ green 174 ◦ blue 204

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

Shades of Viking #50AECC

Tints of Viking #50AECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 17.47%
G = 37.99%
B = 44.54%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#50AECC (or 0x50AECC) is known color: Viking. HEX triplet: 50, AE and CC. RGB value is (80,174,204). Sum of RGB (Red+Green+Blue) = 80+174+204=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #50AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AECC is #AF5133. Grayscale: #959595. Windows color (decimal): -11489588 or 13413968. OLE color: 13413968.

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

Color convert

RGB 80 174 204 -
CMYK 0.61 0.15 0 0.2
HSL 194.52º 0.55% 0.56% -
HSV(B) 194.52º 0.61% 0.8% -
XYZ 29.34 36.34 62.59 -
YUV 149.31 158.86 78.56 -
System Red Green Blue C M Y K H S L
Decimal 80 174 204 0.61 0.15 0 0.2 194.52 0.55 0.56
Hex 50 AE CC 3D F 0 14 C3 37 38
Octal 120 256 314 75 17 0 24 303 67 70
Binary 1010000 10101110 11001100 111101 1111 0 10100 11000011 110111 111000

Color Harmonies of #50AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AECC

Black with #50AECC

Text Example


Text Example

White with #50AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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