Html Css Color HEX #50ABCF Viking

📋 copy color: '#50ABCF'

red 80 ◦ green 171 ◦ blue 207

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

Shades of Viking #50ABCF

Tints of Viking #50ABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.34%

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 17.47%
G = 37.34%
B = 45.2%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#50ABCF (or 0x50ABCF) is known color: Viking. HEX triplet: 50, AB and CF. RGB value is (80,171,207). Sum of RGB (Red+Green+Blue) = 80+171+207=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #50ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABCF is #AF5430. Grayscale: #939393. Windows color (decimal): -11490353 or 13609808. OLE color: 13609808.

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

Color convert

RGB 80 171 207 -
CMYK 0.61 0.17 0 0.19
HSL 197.01º 0.57% 0.56% -
HSV(B) 197.01º 0.61% 0.81% -
XYZ 29.13 35.34 64.32 -
YUV 147.9 161.35 79.57 -
System Red Green Blue C M Y K H S L
Decimal 80 171 207 0.61 0.17 0 0.19 197.01 0.57 0.56
Hex 50 AB CF 3D 11 0 13 C5 39 38
Octal 120 253 317 75 21 0 23 305 71 70
Binary 1010000 10101011 11001111 111101 10001 0 10011 11000101 111001 111000

Color Harmonies of #50ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABCF

Black with #50ABCF

Text Example


Text Example

White with #50ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,171,207); }

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

background-color css

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

 a { background-color: rgb(80,171,207); }

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

border-color css

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

 span { border-color: rgb(80,171,207); }

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