Html Css Color HEX #50AFC3 Viking

📋 copy color: '#50AFC3'

red 80 ◦ green 175 ◦ blue 195

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

Shades of Viking #50AFC3

Tints of Viking #50AFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.33%

R = 17.78%
G = 38.89%
B = 43.33%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#50AFC3 (or 0x50AFC3) is known color: Viking. HEX triplet: 50, AF and C3. RGB value is (80,175,195). Sum of RGB (Red+Green+Blue) = 80+175+195=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 195 - color contains mainly: blue. Hex color #50AFC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFC3 is #AF503C. Grayscale: #949494. Windows color (decimal): -11489341 or 12824400. OLE color: 12824400.

HSL color Cylindrical-coordinate representation of color #50AFC3: hue angle of 190.43º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50AFC3 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 175 195 -
CMYK 0.59 0.10 0 0.24
HSL 190.43º 0.49% 0.54% -
HSV(B) 190.43º 0.59% 0.76% -
XYZ 28.49 36.31 57.14 -
YUV 148.88 154.03 78.87 -
System Red Green Blue C M Y K H S L
Decimal 80 175 195 0.59 0.10 0 0.24 190.43 0.49 0.54
Hex 50 AF C3 3B A 0 18 BE 31 36
Octal 120 257 303 73 12 0 30 276 61 66
Binary 1010000 10101111 11000011 111011 1010 0 11000 10111110 110001 110110

Color Harmonies of #50AFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AFC3

Black with #50AFC3

Text Example


Text Example

White with #50AFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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