Html Css Color HEX #50ACD1 Viking

📋 copy color: '#50ACD1'

red 80 ◦ green 172 ◦ blue 209

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

Shades of Viking #50ACD1

Tints of Viking #50ACD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.34%

R = 17.35%
G = 37.31%
B = 45.34%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#50ACD1 (or 0x50ACD1) is known color: Viking. HEX triplet: 50, AC and D1. RGB value is (80,172,209). Sum of RGB (Red+Green+Blue) = 80+172+209=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #50ACD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACD1 is #AF532E. Grayscale: #949494. Windows color (decimal): -11490095 or 13741136. OLE color: 13741136.

HSL color Cylindrical-coordinate representation of color #50ACD1: hue angle of 197.21º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50ACD1 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 172 209 -
CMYK 0.62 0.18 0 0.18
HSL 197.21º 0.58% 0.57% -
HSV(B) 197.21º 0.62% 0.82% -
XYZ 29.57 35.81 65.68 -
YUV 148.71 162.02 78.99 -
System Red Green Blue C M Y K H S L
Decimal 80 172 209 0.62 0.18 0 0.18 197.21 0.58 0.57
Hex 50 AC D1 3E 12 0 12 C5 3A 39
Octal 120 254 321 76 22 0 22 305 72 71
Binary 1010000 10101100 11010001 111110 10010 0 10010 11000101 111010 111001

Color Harmonies of #50ACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACD1

Black with #50ACD1

Text Example


Text Example

White with #50ACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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