#50BFCA

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

Shades of Viking #50BFCA

Tints of Viking #50BFCA

Color information

#50BFCA (or 0x50BFCA) is unknown color: approx Viking. HEX triplet: 50, BF and CA. RGB value is (80,191,202). Sum of RGB (Red+Green+Blue) = 80+191+202=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #50BFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BFCA is #AF4035. Grayscale: #9E9E9E. Windows color (decimal): -11485238 or 13287248. OLE color: 13287248.

HSL color Cylindrical-coordinate representation of color #50BFCA: hue angle of 185.41º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50BFCA is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80191202-
CMYK0.600.0500.21
HSL185.41º53.51%55.29%-
HSV(B)185.41º60.4%79.22%-
XYZ32.643.2362.5-
YUV159.06152.2371.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.91%
GREEN value IS 191 (75% from 255) = 40.38%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=16.91%
G=40.38%
B=42.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801912020.600.0500.21185.4153.5155.29
Hex50BFCA3C5015b93637
Octal1202773127450252716667
Binary1010000101111111100101011110010101010110111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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