#50B4C8

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

Shades of Viking #50B4C8

Tints of Viking #50B4C8

Color information

#50B4C8 (or 0x50B4C8) is unknown color: approx Viking. HEX triplet: 50, B4 and C8. RGB value is (80,180,200). Sum of RGB (Red+Green+Blue) = 80+180+200=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #50B4C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B4C8 is #AF4B37. Grayscale: #989898. Windows color (decimal): -11488056 or 13153360. OLE color: 13153360.

HSL color Cylindrical-coordinate representation of color #50B4C8: hue angle of 190º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50B4C8 is Cyan = 0.6, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB80180200-
CMYK0.60.100.22
HSL190º52.17%54.9%-
HSV(B)190º60%78.43%-
XYZ30.0538.5260.49-
YUV152.38154.8776.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.39%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 200 (78.52% from 255) = 43.48%
R=17.39%
G=39.13%
B=43.48%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801802000.60.100.2219052.1754.9
Hex50B4C83CA016be3437
Octal12026431074120262766467
Binary10100001011010011001000111100101001011010111110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,180,200); }

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

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

 a { background-color: rgb(80,180,200); }

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

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

 span { border-color: rgb(80,180,200); }

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