Html Css Color HEX #50B7CD Viking

📋 copy color: '#50B7CD'

red 80 ◦ green 183 ◦ blue 205

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

Shades of Viking #50B7CD

Tints of Viking #50B7CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 17.09%
G = 39.1%
B = 43.8%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#50B7CD (or 0x50B7CD) is known color: Viking. HEX triplet: 50, B7 and CD. RGB value is (80,183,205). Sum of RGB (Red+Green+Blue) = 80+183+205=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #50B7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B7CD is #AF4832. Grayscale: #9A9A9A. Windows color (decimal): -11487283 or 13481808. OLE color: 13481808.

HSL color Cylindrical-coordinate representation of color #50B7CD: hue angle of 190.56º degrees, saturation: 0.56, 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 #50B7CD is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 183 205 -
CMYK 0.61 0.11 0 0.20
HSL 190.56º 0.56% 0.56% -
HSV(B) 190.56º 0.61% 0.8% -
XYZ 31.26 39.98 63.83 -
YUV 154.71 156.38 74.71 -
System Red Green Blue C M Y K H S L
Decimal 80 183 205 0.61 0.11 0 0.20 190.56 0.56 0.56
Hex 50 B7 CD 3D B 0 14 BF 38 38
Octal 120 267 315 75 13 0 24 277 70 70
Binary 1010000 10110111 11001101 111101 1011 0 10100 10111111 111000 111000

Color Harmonies of #50B7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B7CD

Black with #50B7CD

Text Example


Text Example

White with #50B7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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