Html Css Color HEX #50B2C8 Viking

📋 copy color: '#50B2C8'

red 80 ◦ green 178 ◦ blue 200

#50B2C8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #50B2C8

Tints of Viking #50B2C8

RGB

 RED value IS 80 (31.64% from 255) = 17.47%

 GREEN value IS 178 (69.92% from 255) = 38.86%

 BLUE value IS 200 (78.52% from 255) = 43.67%

R = 17.47%
G = 38.86%
B = 43.67%

CMYK

 C value IS 0.6

 M value IS 0.11

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#50B2C8 (or 0x50B2C8) is known color: Viking. HEX triplet: 50, B2 and C8. RGB value is (80,178,200). Sum of RGB (Red+Green+Blue) = 80+178+200=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #50B2C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B2C8 is #AF4D37. Grayscale: #979797. Windows color (decimal): -11488568 or 13152848. OLE color: 13152848.

HSL color Cylindrical-coordinate representation of color #50B2C8: hue angle of 191º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50B2C8 is Cyan = 0.6, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 178 200 -
CMYK 0.6 0.11 0 0.22
HSL 191º 0.52% 0.55% -
HSV(B) 191º 0.6% 0.78% -
XYZ 29.65 37.72 60.36 -
YUV 151.21 155.53 77.21 -
System Red Green Blue C M Y K H S L
Decimal 80 178 200 0.6 0.11 0 0.22 191 0.52 0.55
Hex 50 B2 C8 3C B 0 16 BF 34 37
Octal 120 262 310 74 13 0 26 277 64 67
Binary 1010000 10110010 11001000 111100 1011 0 10110 10111111 110100 110111

Color Harmonies of #50B2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B2C8

Black with #50B2C8

Text Example


Text Example

White with #50B2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,178,200); }

 H1.HeaderClassName
 {
   color: #50B2C8;
 }
 .AnyTagClassName
 {
   color: #50B2C8;
 }
</style>

background-color css

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

 a { background-color: rgb(80,178,200); }

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

border-color css

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

 span { border-color: rgb(80,178,200); }

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