Html Css Color HEX #50BDD8 Viking

📋 copy color: '#50BDD8'

red 80 ◦ green 189 ◦ blue 216

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

Shades of Viking #50BDD8

Tints of Viking #50BDD8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.97%

 BLUE value IS 216 (84.77% from 255) = 44.54%

R = 16.49%
G = 38.97%
B = 44.54%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#50BDD8 (or 0x50BDD8) is known color: Viking. HEX triplet: 50, BD and D8. RGB value is (80,189,216). Sum of RGB (Red+Green+Blue) = 80+189+216=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #50BDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BDD8 is #AF4227. Grayscale: #9F9F9F. Windows color (decimal): -11485736 or 14204240. OLE color: 14204240.

HSL color Cylindrical-coordinate representation of color #50BDD8: hue angle of 191.91º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50BDD8 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 189 216 -
CMYK 0.63 0.12 0 0.15
HSL 191.91º 0.64% 0.58% -
HSV(B) 191.91º 0.63% 0.85% -
XYZ 33.9 43.06 71.49 -
YUV 159.49 159.89 71.3 -
System Red Green Blue C M Y K H S L
Decimal 80 189 216 0.63 0.12 0 0.15 191.91 0.64 0.58
Hex 50 BD D8 3F C 0 F C0 40 3A
Octal 120 275 330 77 14 0 17 300 100 72
Binary 1010000 10111101 11011000 111111 1100 0 1111 11000000 1000000 111010

Color Harmonies of #50BDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BDD8

Black with #50BDD8

Text Example


Text Example

White with #50BDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,189,216); }

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

background-color css

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

 a { background-color: rgb(80,189,216); }

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

border-color css

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

 span { border-color: rgb(80,189,216); }

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