Html Css Color HEX #50BACE Viking

📋 copy color: '#50BACE'

red 80 ◦ green 186 ◦ blue 206

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

Shades of Viking #50BACE

Tints of Viking #50BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.41%

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

R = 16.95%
G = 39.41%
B = 43.64%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50BACE (or 0x50BACE) is known color: Viking. HEX triplet: 50, BA and CE. RGB value is (80,186,206). Sum of RGB (Red+Green+Blue) = 80+186+206=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #50BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BACE is #AF4531. Grayscale: #9C9C9C. Windows color (decimal): -11486514 or 13548112. OLE color: 13548112.

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

Color convert

RGB 80 186 206 -
CMYK 0.61 0.10 0 0.19
HSL 189.52º 0.56% 0.56% -
HSV(B) 189.52º 0.61% 0.81% -
XYZ 32.01 41.28 64.67 -
YUV 156.59 155.88 73.37 -
System Red Green Blue C M Y K H S L
Decimal 80 186 206 0.61 0.10 0 0.19 189.52 0.56 0.56
Hex 50 BA CE 3D A 0 13 BE 38 38
Octal 120 272 316 75 12 0 23 276 70 70
Binary 1010000 10111010 11001110 111101 1010 0 10011 10111110 111000 111000

Color Harmonies of #50BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BACE

Black with #50BACE

Text Example


Text Example

White with #50BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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