#50b4d4

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

Shades of Viking #50B4D4

Tints of Viking #50B4D4

Color information

#50B4D4 (or 0x50B4D4) is unknown color: approx Viking. HEX triplet: 50, B4 and D4. RGB value is (80,180,212). Sum of RGB (Red+Green+Blue) = 80+180+212=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #50B4D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B4D4 is #AF4B2B. Grayscale: #999999. Windows color (decimal): -11488044 or 13939792. OLE color: 13939792.

HSL color Cylindrical-coordinate representation of color #50B4D4: hue angle of 194.55º 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 #50B4D4 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB80180212-
CMYK0.620.1500.17
HSL194.55º60.55%57.25%-
HSV(B)194.55º62.26%83.14%-
XYZ31.5139.168.17-
YUV153.75160.8775.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.95%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 212 (83.20% from 255) = 44.92%
R=16.95%
G=38.14%
B=44.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal801802120.620.1500.17194.5560.5557.25
Hex50B4D43EF011c33d39
Octal12026432476170213037571
Binary10100001011010011010100111110111101000111000011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50b4d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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