#50BCCC

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

Shades of Viking #50BCCC

Tints of Viking #50BCCC

Color information

#50BCCC (or 0x50BCCC) is unknown color: approx Viking. HEX triplet: 50, BC and CC. RGB value is (80,188,204). Sum of RGB (Red+Green+Blue) = 80+188+204=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #50BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCCC is #AF4333. Grayscale: #9D9D9D. Windows color (decimal): -11486004 or 13417552. OLE color: 13417552.

HSL color Cylindrical-coordinate representation of color #50BCCC: hue angle of 187.74º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50BCCC is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB80188204-
CMYK0.610.0800.2
HSL187.74º54.87%55.69%-
HSV(B)187.74º60.78%80%-
XYZ32.1942.0363.54-
YUV157.53154.2272.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.95%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=16.95%
G=39.83%
B=43.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal801882040.610.0800.2187.7454.8755.69
Hex50BCCC3D8014bc3738
Octal12027431475100242746770
Binary10100001011110011001100111101100001010010111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,188,204); }

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

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

 a { background-color: rgb(80,188,204); }

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

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

 span { border-color: rgb(80,188,204); }

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