Html Css Color HEX #50B1CE Viking

📋 copy color: '#50B1CE'

red 80 ◦ green 177 ◦ blue 206

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

Shades of Viking #50B1CE

Tints of Viking #50B1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.23%

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 17.28%
G = 38.23%
B = 44.49%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50B1CE (or 0x50B1CE) is known color: Viking. HEX triplet: 50, B1 and CE. RGB value is (80,177,206). Sum of RGB (Red+Green+Blue) = 80+177+206=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #50B1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B1CE is #AF4E31. Grayscale: #979797. Windows color (decimal): -11488818 or 13545808. OLE color: 13545808.

HSL color Cylindrical-coordinate representation of color #50B1CE: hue angle of 193.81º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50B1CE is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 177 206 -
CMYK 0.61 0.14 0 0.19
HSL 193.81º 0.56% 0.56% -
HSV(B) 193.81º 0.61% 0.81% -
XYZ 30.17 37.61 64.06 -
YUV 151.3 158.86 77.14 -
System Red Green Blue C M Y K H S L
Decimal 80 177 206 0.61 0.14 0 0.19 193.81 0.56 0.56
Hex 50 B1 CE 3D E 0 13 C2 38 38
Octal 120 261 316 75 16 0 23 302 70 70
Binary 1010000 10110001 11001110 111101 1110 0 10011 11000010 111000 111000

Color Harmonies of #50B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B1CE

Black with #50B1CE

Text Example


Text Example

White with #50B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,177,206); }

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

background-color css

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

 a { background-color: rgb(80,177,206); }

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

border-color css

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

 span { border-color: rgb(80,177,206); }

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