Html Css Color HEX #50AACE Viking

📋 copy color: '#50AACE'

red 80 ◦ green 170 ◦ blue 206

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

Shades of Viking #50AACE

Tints of Viking #50AACE

RGB

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

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

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

R = 17.54%
G = 37.28%
B = 45.18%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50AACE (or 0x50AACE) is known color: Viking. HEX triplet: 50, AA and CE. RGB value is (80,170,206). Sum of RGB (Red+Green+Blue) = 80+170+206=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #50AACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AACE is #AF5531. Grayscale: #929292. Windows color (decimal): -11490610 or 13544016. OLE color: 13544016.

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

Color convert

RGB 80 170 206 -
CMYK 0.61 0.17 0 0.19
HSL 197.14º 0.56% 0.56% -
HSV(B) 197.14º 0.61% 0.81% -
XYZ 28.82 34.91 63.61 -
YUV 147.19 161.18 80.07 -
System Red Green Blue C M Y K H S L
Decimal 80 170 206 0.61 0.17 0 0.19 197.14 0.56 0.56
Hex 50 AA CE 3D 11 0 13 C5 38 38
Octal 120 252 316 75 21 0 23 305 70 70
Binary 1010000 10101010 11001110 111101 10001 0 10011 11000101 111000 111000

Color Harmonies of #50AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AACE

Black with #50AACE

Text Example


Text Example

White with #50AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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