Html Css Color HEX #50ADCF Viking

📋 copy color: '#50ADCF'

red 80 ◦ green 173 ◦ blue 207

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

Shades of Viking #50ADCF

Tints of Viking #50ADCF

RGB

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

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

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

R = 17.39%
G = 37.61%
B = 45%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50ADCF (or 0x50ADCF) is known color: Viking. HEX triplet: 50, AD and CF. RGB value is (80,173,207). Sum of RGB (Red+Green+Blue) = 80+173+207=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #50ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADCF is #AF5230. Grayscale: #949494. Windows color (decimal): -11489841 or 13610320. OLE color: 13610320.

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

Color convert

RGB 80 173 207 -
CMYK 0.61 0.16 0 0.19
HSL 196.06º 0.57% 0.56% -
HSV(B) 196.06º 0.61% 0.81% -
XYZ 29.51 36.1 64.44 -
YUV 149.07 160.69 78.74 -
System Red Green Blue C M Y K H S L
Decimal 80 173 207 0.61 0.16 0 0.19 196.06 0.57 0.56
Hex 50 AD CF 3D 10 0 13 C4 39 38
Octal 120 255 317 75 20 0 23 304 71 70
Binary 1010000 10101101 11001111 111101 10000 0 10011 11000100 111001 111000

Color Harmonies of #50ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADCF

Black with #50ADCF

Text Example


Text Example

White with #50ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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