Html Css Color HEX #50BED0 Viking

📋 copy color: '#50BED0'

red 80 ◦ green 190 ◦ blue 208

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

Shades of Viking #50BED0

Tints of Viking #50BED0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.75%

 BLUE value IS 208 (81.64% from 255) = 43.51%

R = 16.74%
G = 39.75%
B = 43.51%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#50BED0 (or 0x50BED0) is known color: Viking. HEX triplet: 50, BE and D0. RGB value is (80,190,208). Sum of RGB (Red+Green+Blue) = 80+190+208=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #50BED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BED0 is #AF412F. Grayscale: #9E9E9E. Windows color (decimal): -11485488 or 13680208. OLE color: 13680208.

HSL color Cylindrical-coordinate representation of color #50BED0: hue angle of 188.44º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50BED0 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 190 208 -
CMYK 0.62 0.09 0 0.18
HSL 188.44º 0.58% 0.56% -
HSV(B) 188.44º 0.62% 0.82% -
XYZ 33.11 43.09 66.25 -
YUV 159.16 155.56 71.54 -
System Red Green Blue C M Y K H S L
Decimal 80 190 208 0.62 0.09 0 0.18 188.44 0.58 0.56
Hex 50 BE D0 3E 9 0 12 BC 3A 38
Octal 120 276 320 76 11 0 22 274 72 70
Binary 1010000 10111110 11010000 111110 1001 0 10010 10111100 111010 111000

Color Harmonies of #50BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BED0

Black with #50BED0

Text Example


Text Example

White with #50BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,190,208); }

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

background-color css

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

 a { background-color: rgb(80,190,208); }

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

border-color css

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

 span { border-color: rgb(80,190,208); }

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