Html Css Color HEX #50B7BD Viking

📋 copy color: '#50B7BD'

red 80 ◦ green 183 ◦ blue 189

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

Shades of Viking #50B7BD

Tints of Viking #50B7BD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.49%

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 17.7%
G = 40.49%
B = 41.81%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50B7BD (or 0x50B7BD) is known color: Viking. HEX triplet: 50, B7 and BD. RGB value is (80,183,189). Sum of RGB (Red+Green+Blue) = 80+183+189=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #50B7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B7BD is #AF4842. Grayscale: #989898. Windows color (decimal): -11487299 or 12433232. OLE color: 12433232.

HSL color Cylindrical-coordinate representation of color #50B7BD: hue angle of 183.3º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50B7BD is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 183 189 -
CMYK 0.58 0.03 0 0.26
HSL 183.3º 0.45% 0.53% -
HSV(B) 183.3º 0.58% 0.74% -
XYZ 29.43 39.25 54.17 -
YUV 152.89 148.38 76.01 -
System Red Green Blue C M Y K H S L
Decimal 80 183 189 0.58 0.03 0 0.26 183.3 0.45 0.53
Hex 50 B7 BD 3A 3 0 1A B7 2D 35
Octal 120 267 275 72 3 0 32 267 55 65
Binary 1010000 10110111 10111101 111010 11 0 11010 10110111 101101 110101

Color Harmonies of #50B7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B7BD

Black with #50B7BD

Text Example


Text Example

White with #50B7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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