#50B9CA

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

Shades of Viking #50B9CA

Tints of Viking #50B9CA

Color information

#50B9CA (or 0x50B9CA) is unknown color: approx Viking. HEX triplet: 50, B9 and CA. RGB value is (80,185,202). Sum of RGB (Red+Green+Blue) = 80+185+202=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #50B9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B9CA is #AF4635. Grayscale: #9B9B9B. Windows color (decimal): -11486774 or 13285712. OLE color: 13285712.

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

Color convert

RGB80185202-
CMYK0.600.0800.21
HSL188.36º53.51%55.29%-
HSV(B)188.36º60.4%79.22%-
XYZ31.3240.6762.08-
YUV155.54154.2174.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.13%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=17.13%
G=39.61%
B=43.25%

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
Decimal801852020.600.0800.21188.3653.5155.29
Hex50B9CA3C8015bc3637
Octal12027131274100252746667
Binary10100001011100111001010111100100001010110111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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