Html Css Color HEX #50B6CC Viking

📋 copy color: '#50B6CC'

red 80 ◦ green 182 ◦ blue 204

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

Shades of Viking #50B6CC

Tints of Viking #50B6CC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.06%

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 17.17%
G = 39.06%
B = 43.78%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#50B6CC (or 0x50B6CC) is known color: Viking. HEX triplet: 50, B6 and CC. RGB value is (80,182,204). Sum of RGB (Red+Green+Blue) = 80+182+204=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #50B6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B6CC is #AF4933. Grayscale: #999999. Windows color (decimal): -11487540 or 13416016. OLE color: 13416016.

HSL color Cylindrical-coordinate representation of color #50B6CC: hue angle of 190.65º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50B6CC is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 182 204 -
CMYK 0.61 0.11 0 0.2
HSL 190.65º 0.55% 0.56% -
HSV(B) 190.65º 0.61% 0.8% -
XYZ 30.94 39.52 63.12 -
YUV 154.01 156.21 75.21 -
System Red Green Blue C M Y K H S L
Decimal 80 182 204 0.61 0.11 0 0.2 190.65 0.55 0.56
Hex 50 B6 CC 3D B 0 14 BF 37 38
Octal 120 266 314 75 13 0 24 277 67 70
Binary 1010000 10110110 11001100 111101 1011 0 10100 10111111 110111 111000

Color Harmonies of #50B6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B6CC

Black with #50B6CC

Text Example


Text Example

White with #50B6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,182,204); }

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

background-color css

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

 a { background-color: rgb(80,182,204); }

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

border-color css

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

 span { border-color: rgb(80,182,204); }

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