#50BFC8

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

Shades of Viking #50BFC8

Tints of Viking #50BFC8

Color information

#50BFC8 (or 0x50BFC8) is unknown color: approx Viking. HEX triplet: 50, BF and C8. RGB value is (80,191,200). Sum of RGB (Red+Green+Blue) = 80+191+200=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #50BFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BFC8 is #AF4037. Grayscale: #9E9E9E. Windows color (decimal): -11485240 or 13156176. OLE color: 13156176.

HSL color Cylindrical-coordinate representation of color #50BFC8: hue angle of 184.5º 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 #50BFC8 is Cyan = 0.6, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB80191200-
CMYK0.60.0400.22
HSL184.5º52.17%54.9%-
HSV(B)184.5º60%78.43%-
XYZ32.3643.1461.26-
YUV158.84151.2371.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.99%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 200 (78.52% from 255) = 42.46%
R=16.99%
G=40.55%
B=42.46%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801912000.60.0400.22184.552.1754.9
Hex50BFC83C4016b83437
Octal1202773107440262706467
Binary1010000101111111100100011110010001011010111000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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