Html Css Color HEX #50A8CA Viking

📋 copy color: '#50A8CA'

red 80 ◦ green 168 ◦ blue 202

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

Shades of Viking #50A8CA

Tints of Viking #50A8CA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.33%

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

R = 17.78%
G = 37.33%
B = 44.89%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#50A8CA (or 0x50A8CA) is known color: Viking. HEX triplet: 50, A8 and CA. RGB value is (80,168,202). Sum of RGB (Red+Green+Blue) = 80+168+202=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #50A8CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A8CA is #AF5735. Grayscale: #919191. Windows color (decimal): -11491126 or 13281360. OLE color: 13281360.

HSL color Cylindrical-coordinate representation of color #50A8CA: hue angle of 196.72º 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 #50A8CA is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 168 202 -
CMYK 0.60 0.17 0 0.21
HSL 196.72º 0.54% 0.55% -
HSV(B) 196.72º 0.6% 0.79% -
XYZ 27.97 33.98 60.96 -
YUV 145.56 159.85 81.24 -
System Red Green Blue C M Y K H S L
Decimal 80 168 202 0.60 0.17 0 0.21 196.72 0.54 0.55
Hex 50 A8 CA 3C 11 0 15 C5 36 37
Octal 120 250 312 74 21 0 25 305 66 67
Binary 1010000 10101000 11001010 111100 10001 0 10101 11000101 110110 110111

Color Harmonies of #50A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A8CA

Black with #50A8CA

Text Example


Text Example

White with #50A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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