Html Css Color HEX #50AFCD Viking

📋 copy color: '#50AFCD'

red 80 ◦ green 175 ◦ blue 205

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

Shades of Viking #50AFCD

Tints of Viking #50AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.04%

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

R = 17.39%
G = 38.04%
B = 44.57%

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

#50AFCD (or 0x50AFCD) is known color: Viking. HEX triplet: 50, AF and CD. RGB value is (80,175,205). Sum of RGB (Red+Green+Blue) = 80+175+205=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #50AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFCD is #AF5032. Grayscale: #959595. Windows color (decimal): -11489331 or 13479760. OLE color: 13479760.

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

Color convert

RGB 80 175 205 -
CMYK 0.61 0.15 0 0.20
HSL 194.4º 0.56% 0.56% -
HSV(B) 194.4º 0.61% 0.8% -
XYZ 29.66 36.77 63.29 -
YUV 150.02 159.03 78.06 -
System Red Green Blue C M Y K H S L
Decimal 80 175 205 0.61 0.15 0 0.20 194.4 0.56 0.56
Hex 50 AF CD 3D F 0 14 C2 38 38
Octal 120 257 315 75 17 0 24 302 70 70
Binary 1010000 10101111 11001101 111101 1111 0 10100 11000010 111000 111000

Color Harmonies of #50AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AFCD

Black with #50AFCD

Text Example


Text Example

White with #50AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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