Html Css Color HEX #50B7CF Viking

📋 copy color: '#50B7CF'

red 80 ◦ green 183 ◦ blue 207

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

Shades of Viking #50B7CF

Tints of Viking #50B7CF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.94%

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 17.02%
G = 38.94%
B = 44.04%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50B7CF (or 0x50B7CF) is known color: Viking. HEX triplet: 50, B7 and CF. RGB value is (80,183,207). Sum of RGB (Red+Green+Blue) = 80+183+207=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #50B7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B7CF is #AF4830. Grayscale: #9A9A9A. Windows color (decimal): -11487281 or 13612880. OLE color: 13612880.

HSL color Cylindrical-coordinate representation of color #50B7CF: hue angle of 191.34º degrees, saturation: 0.57, 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 #50B7CF is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 183 207 -
CMYK 0.61 0.12 0 0.19
HSL 191.34º 0.57% 0.56% -
HSV(B) 191.34º 0.61% 0.81% -
XYZ 31.5 40.08 65.11 -
YUV 154.94 157.38 74.55 -
System Red Green Blue C M Y K H S L
Decimal 80 183 207 0.61 0.12 0 0.19 191.34 0.57 0.56
Hex 50 B7 CF 3D C 0 13 BF 39 38
Octal 120 267 317 75 14 0 23 277 71 70
Binary 1010000 10110111 11001111 111101 1100 0 10011 10111111 111001 111000

Color Harmonies of #50B7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B7CF

Black with #50B7CF

Text Example


Text Example

White with #50B7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,183,207); }

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

background-color css

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

 a { background-color: rgb(80,183,207); }

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

border-color css

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

 span { border-color: rgb(80,183,207); }

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