Html Css Color HEX #50BADB Viking

📋 copy color: '#50BADB'

red 80 ◦ green 186 ◦ blue 219

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

Shades of Viking #50BADB

Tints of Viking #50BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 16.49%
G = 38.35%
B = 45.15%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#50BADB (or 0x50BADB) is known color: Viking. HEX triplet: 50, BA and DB. RGB value is (80,186,219). Sum of RGB (Red+Green+Blue) = 80+186+219=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #50BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BADB is #AF4524. Grayscale: #9D9D9D. Windows color (decimal): -11486501 or 14400080. OLE color: 14400080.

HSL color Cylindrical-coordinate representation of color #50BADB: hue angle of 194.24º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50BADB is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 186 219 -
CMYK 0.63 0.15 0 0.14
HSL 194.24º 0.66% 0.59% -
HSV(B) 194.24º 0.63% 0.86% -
XYZ 33.65 41.94 73.34 -
YUV 158.07 162.38 72.32 -
System Red Green Blue C M Y K H S L
Decimal 80 186 219 0.63 0.15 0 0.14 194.24 0.66 0.59
Hex 50 BA DB 3F F 0 E C2 42 3B
Octal 120 272 333 77 17 0 16 302 102 73
Binary 1010000 10111010 11011011 111111 1111 0 1110 11000010 1000010 111011

Color Harmonies of #50BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BADB

Black with #50BADB

Text Example


Text Example

White with #50BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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