#50BDD4

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

Shades of Viking #50BDD4

Tints of Viking #50BDD4

Color information

#50BDD4 (or 0x50BDD4) is unknown color: approx Viking. HEX triplet: 50, BD and D4. RGB value is (80,189,212). Sum of RGB (Red+Green+Blue) = 80+189+212=481 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.63% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #50BDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BDD4 is #AF422B. Grayscale: #9E9E9E. Windows color (decimal): -11485740 or 13942096. OLE color: 13942096.

HSL color Cylindrical-coordinate representation of color #50BDD4: hue angle of 190.45º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50BDD4 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB80189212-
CMYK0.620.1100.17
HSL190.45º60.55%57.25%-
HSV(B)190.45º62.26%83.14%-
XYZ33.3942.8568.8-
YUV159.03157.8971.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.63%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 212 (83.20% from 255) = 44.07%
R=16.63%
G=39.29%
B=44.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal801892120.620.1100.17190.4560.5557.25
Hex50BDD43EB011be3d39
Octal12027532476130212767571
Binary10100001011110111010100111110101101000110111110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,189,212); }

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

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

 a { background-color: rgb(80,189,212); }

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

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

 span { border-color: rgb(80,189,212); }

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