#50B6CB

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

Shades of Viking #50B6CB

Tints of Viking #50B6CB

Color information

#50B6CB (or 0x50B6CB) is unknown color: approx Viking. HEX triplet: 50, B6 and CB. RGB value is (80,182,203). Sum of RGB (Red+Green+Blue) = 80+182+203=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #50B6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B6CB is #AF4934. Grayscale: #999999. Windows color (decimal): -11487541 or 13350480. OLE color: 13350480.

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

Color convert

RGB80182203-
CMYK0.610.1000.20
HSL190.24º54.19%55.49%-
HSV(B)190.24º60.59%79.61%-
XYZ30.8239.4762.49-
YUV153.9155.7175.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.20%
GREEN value IS 182 (71.48% from 255) = 39.14%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=17.20%
G=39.14%
B=43.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801822030.610.1000.20190.2454.1955.49
Hex50B6CB3DA014be3637
Octal12026631375120242766667
Binary10100001011011011001011111101101001010010111110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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