#50B2CB

Color #50B2CB Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #50B2CB

Tints of Viking #50B2CB

Color information

#50B2CB (or 0x50B2CB) is unknown color: approx Viking. HEX triplet: 50, B2 and CB. RGB value is (80,178,203). Sum of RGB (Red+Green+Blue) = 80+178+203=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #50B2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B2CB is #AF4D34. Grayscale: #979797. Windows color (decimal): -11488565 or 13349456. OLE color: 13349456.

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

Color convert

RGB80178203-
CMYK0.610.1200.20
HSL192.2º54.19%55.49%-
HSV(B)192.2º60.59%79.61%-
XYZ30.0137.8662.23-
YUV151.55157.0376.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.35%
GREEN value IS 178 (69.92% from 255) = 38.61%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=17.35%
G=38.61%
B=44.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801782030.610.1200.20192.254.1955.49
Hex50B2CB3DC014c03637
Octal12026231375140243006667
Binary10100001011001011001011111101110001010011000000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50B2CB;
 }
 .AnyTagClassName
 {
   color: #50B2CB;
 }
</style>
background-color css

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

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

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

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

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

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