Html Css Color HEX #50AFCA Viking

📋 copy color: '#50AFCA'

red 80 ◦ green 175 ◦ blue 202

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

Shades of Viking #50AFCA

Tints of Viking #50AFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.2%

R = 17.51%
G = 38.29%
B = 44.2%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#50AFCA (or 0x50AFCA) is known color: Viking. HEX triplet: 50, AF and CA. RGB value is (80,175,202). Sum of RGB (Red+Green+Blue) = 80+175+202=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #50AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFCA is #AF5035. Grayscale: #959595. Windows color (decimal): -11489334 or 13283152. OLE color: 13283152.

HSL color Cylindrical-coordinate representation of color #50AFCA: hue angle of 193.28º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50AFCA is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 175 202 -
CMYK 0.60 0.13 0 0.21
HSL 193.28º 0.54% 0.55% -
HSV(B) 193.28º 0.6% 0.79% -
XYZ 29.3 36.63 61.4 -
YUV 149.67 157.53 78.3 -
System Red Green Blue C M Y K H S L
Decimal 80 175 202 0.60 0.13 0 0.21 193.28 0.54 0.55
Hex 50 AF CA 3C D 0 15 C1 36 37
Octal 120 257 312 74 15 0 25 301 66 67
Binary 1010000 10101111 11001010 111100 1101 0 10101 11000001 110110 110111

Color Harmonies of #50AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AFCA

Black with #50AFCA

Text Example


Text Example

White with #50AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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