#50B4CF

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

Shades of Viking #50B4CF

Tints of Viking #50B4CF

Color information

#50B4CF (or 0x50B4CF) is unknown color: approx Viking. HEX triplet: 50, B4 and CF. RGB value is (80,180,207). Sum of RGB (Red+Green+Blue) = 80+180+207=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #50B4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B4CF is #AF4B30. Grayscale: #989898. Windows color (decimal): -11488049 or 13612112. OLE color: 13612112.

HSL color Cylindrical-coordinate representation of color #50B4CF: hue angle of 192.76º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50B4CF is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB80180207-
CMYK0.610.1300.19
HSL192.76º56.95%56.27%-
HSV(B)192.76º61.35%81.18%-
XYZ30.8938.8564.9-
YUV153.18158.3775.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.13%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=17.13%
G=38.54%
B=44.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal801802070.610.1300.19192.7656.9556.27
Hex50B4CF3DD013c13938
Octal12026431775150233017170
Binary10100001011010011001111111101110101001111000001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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