Html Css Color HEX #50ADCB Viking

📋 copy color: '#50ADCB'

red 80 ◦ green 173 ◦ blue 203

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

Shades of Viking #50ADCB

Tints of Viking #50ADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 17.54%
G = 37.94%
B = 44.52%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#50ADCB (or 0x50ADCB) is known color: Viking. HEX triplet: 50, AD and CB. RGB value is (80,173,203). Sum of RGB (Red+Green+Blue) = 80+173+203=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #50ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADCB is #AF5234. Grayscale: #949494. Windows color (decimal): -11489845 or 13348176. OLE color: 13348176.

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

Color convert

RGB 80 173 203 -
CMYK 0.61 0.15 0 0.20
HSL 194.63º 0.54% 0.55% -
HSV(B) 194.63º 0.61% 0.8% -
XYZ 29.03 35.9 61.9 -
YUV 148.61 158.69 79.06 -
System Red Green Blue C M Y K H S L
Decimal 80 173 203 0.61 0.15 0 0.20 194.63 0.54 0.55
Hex 50 AD CB 3D F 0 14 C3 36 37
Octal 120 255 313 75 17 0 24 303 66 67
Binary 1010000 10101101 11001011 111101 1111 0 10100 11000011 110110 110111

Color Harmonies of #50ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADCB

Black with #50ADCB

Text Example


Text Example

White with #50ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,173,203); }

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

background-color css

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

 a { background-color: rgb(80,173,203); }

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

border-color css

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

 span { border-color: rgb(80,173,203); }

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