#50B9C9

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

Shades of Viking #50B9C9

Tints of Viking #50B9C9

Color information

#50B9C9 (or 0x50B9C9) is unknown color: approx Viking. HEX triplet: 50, B9 and C9. RGB value is (80,185,201). Sum of RGB (Red+Green+Blue) = 80+185+201=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #50B9C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B9C9 is #AF4636. Grayscale: #9B9B9B. Windows color (decimal): -11486775 or 13220176. OLE color: 13220176.

HSL color Cylindrical-coordinate representation of color #50B9C9: hue angle of 187.93º degrees, saturation: 0.53, 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 #50B9C9 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80185201-
CMYK0.600.0800.21
HSL187.93º52.84%55.1%-
HSV(B)187.93º60.2%78.82%-
XYZ31.240.6261.45-
YUV155.43153.7174.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.17%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 201 (78.91% from 255) = 43.13%
R=17.17%
G=39.70%
B=43.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801852010.600.0800.21187.9352.8455.1
Hex50B9C93C8015bc3537
Octal12027131174100252746567
Binary10100001011100111001001111100100001010110111100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,185,201); }

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

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

 a { background-color: rgb(80,185,201); }

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

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

 span { border-color: rgb(80,185,201); }

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