Html Css Color HEX #50AACF Viking

📋 copy color: '#50AACF'

red 80 ◦ green 170 ◦ blue 207

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

Shades of Viking #50AACF

Tints of Viking #50AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.2%

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

R = 17.51%
G = 37.2%
B = 45.3%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50AACF (or 0x50AACF) is known color: Viking. HEX triplet: 50, AA and CF. RGB value is (80,170,207). Sum of RGB (Red+Green+Blue) = 80+170+207=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #50AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AACF is #AF5530. Grayscale: #939393. Windows color (decimal): -11490609 or 13609552. OLE color: 13609552.

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

Color convert

RGB 80 170 207 -
CMYK 0.61 0.18 0 0.19
HSL 197.48º 0.57% 0.56% -
HSV(B) 197.48º 0.61% 0.81% -
XYZ 28.95 34.96 64.25 -
YUV 147.31 161.68 79.99 -
System Red Green Blue C M Y K H S L
Decimal 80 170 207 0.61 0.18 0 0.19 197.48 0.57 0.56
Hex 50 AA CF 3D 12 0 13 C5 39 38
Octal 120 252 317 75 22 0 23 305 71 70
Binary 1010000 10101010 11001111 111101 10010 0 10011 11000101 111001 111000

Color Harmonies of #50AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AACF

Black with #50AACF

Text Example


Text Example

White with #50AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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