Html Css Color HEX #50B9CB Viking

📋 copy color: '#50B9CB'

red 80 ◦ green 185 ◦ blue 203

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

Shades of Viking #50B9CB

Tints of Viking #50B9CB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.53%

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 17.09%
G = 39.53%
B = 43.38%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#50B9CB (or 0x50B9CB) is known color: Viking. HEX triplet: 50, B9 and CB. RGB value is (80,185,203). Sum of RGB (Red+Green+Blue) = 80+185+203=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #50B9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B9CB is #AF4634. Grayscale: #9B9B9B. Windows color (decimal): -11486773 or 13351248. OLE color: 13351248.

HSL color Cylindrical-coordinate representation of color #50B9CB: hue angle of 188.78º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50B9CB is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 185 203 -
CMYK 0.61 0.09 0 0.20
HSL 188.78º 0.54% 0.55% -
HSV(B) 188.78º 0.61% 0.8% -
XYZ 31.44 40.72 62.7 -
YUV 155.66 154.71 74.04 -
System Red Green Blue C M Y K H S L
Decimal 80 185 203 0.61 0.09 0 0.20 188.78 0.54 0.55
Hex 50 B9 CB 3D 9 0 14 BD 36 37
Octal 120 271 313 75 11 0 24 275 66 67
Binary 1010000 10111001 11001011 111101 1001 0 10100 10111101 110110 110111

Color Harmonies of #50B9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B9CB

Black with #50B9CB

Text Example


Text Example

White with #50B9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,185,203); }

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

background-color css

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

 a { background-color: rgb(80,185,203); }

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

border-color css

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

 span { border-color: rgb(80,185,203); }

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