#50BACB

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

Shades of Viking #50BACB

Tints of Viking #50BACB

Color information

#50BACB (or 0x50BACB) is unknown color: approx Viking. HEX triplet: 50, BA and CB. RGB value is (80,186,203). Sum of RGB (Red+Green+Blue) = 80+186+203=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #50BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BACB is #AF4534. Grayscale: #9C9C9C. Windows color (decimal): -11486517 or 13351504. OLE color: 13351504.

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

Color convert

RGB80186203-
CMYK0.610.0800.20
HSL188.29º54.19%55.49%-
HSV(B)188.29º60.59%79.61%-
XYZ31.6541.1462.77-
YUV156.24154.3873.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.06%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 203 (79.69% from 255) = 43.28%
R=17.06%
G=39.66%
B=43.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal801862030.610.0800.20188.2954.1955.49
Hex50BACB3D8014bc3637
Octal12027231375100242746667
Binary10100001011101011001011111101100001010010111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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