Html Css Color HEX #50B5CB Viking

📋 copy color: '#50B5CB'

red 80 ◦ green 181 ◦ blue 203

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

Shades of Viking #50B5CB

Tints of Viking #50B5CB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.01%

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

R = 17.24%
G = 39.01%
B = 43.75%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#50B5CB (or 0x50B5CB) is known color: Viking. HEX triplet: 50, B5 and CB. RGB value is (80,181,203). Sum of RGB (Red+Green+Blue) = 80+181+203=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #50B5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B5CB is #AF4A34. Grayscale: #999999. Windows color (decimal): -11487797 or 13350224. OLE color: 13350224.

HSL color Cylindrical-coordinate representation of color #50B5CB: hue angle of 190.73º 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 #50B5CB is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 181 203 -
CMYK 0.61 0.11 0 0.20
HSL 190.73º 0.54% 0.55% -
HSV(B) 190.73º 0.61% 0.8% -
XYZ 30.61 39.07 62.43 -
YUV 153.31 156.04 75.71 -
System Red Green Blue C M Y K H S L
Decimal 80 181 203 0.61 0.11 0 0.20 190.73 0.54 0.55
Hex 50 B5 CB 3D B 0 14 BF 36 37
Octal 120 265 313 75 13 0 24 277 66 67
Binary 1010000 10110101 11001011 111101 1011 0 10100 10111111 110110 110111

Color Harmonies of #50B5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B5CB

Black with #50B5CB

Text Example


Text Example

White with #50B5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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