Html Css Color HEX #50ACD5 Viking

📋 copy color: '#50ACD5'

red 80 ◦ green 172 ◦ blue 213

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

Shades of Viking #50ACD5

Tints of Viking #50ACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.99%

 BLUE value IS 213 (83.59% from 255) = 45.81%

R = 17.2%
G = 36.99%
B = 45.81%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#50ACD5 (or 0x50ACD5) is known color: Viking. HEX triplet: 50, AC and D5. RGB value is (80,172,213). Sum of RGB (Red+Green+Blue) = 80+172+213=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #50ACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACD5 is #AF532A. Grayscale: #949494. Windows color (decimal): -11490091 or 14003280. OLE color: 14003280.

HSL color Cylindrical-coordinate representation of color #50ACD5: hue angle of 198.5º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50ACD5 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 172 213 -
CMYK 0.62 0.19 0 0.16
HSL 198.5º 0.61% 0.57% -
HSV(B) 198.5º 0.62% 0.84% -
XYZ 30.07 36.01 68.32 -
YUV 149.17 164.02 78.67 -
System Red Green Blue C M Y K H S L
Decimal 80 172 213 0.62 0.19 0 0.16 198.5 0.61 0.57
Hex 50 AC D5 3E 13 0 10 C6 3D 39
Octal 120 254 325 76 23 0 20 306 75 71
Binary 1010000 10101100 11010101 111110 10011 0 10000 11000110 111101 111001

Color Harmonies of #50ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACD5

Black with #50ACD5

Text Example


Text Example

White with #50ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,172,213); }

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

background-color css

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

 a { background-color: rgb(80,172,213); }

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

border-color css

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

 span { border-color: rgb(80,172,213); }

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