Html Css Color HEX #50ACCF Viking

📋 copy color: '#50ACCF'

red 80 ◦ green 172 ◦ blue 207

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

Shades of Viking #50ACCF

Tints of Viking #50ACCF

RGB

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

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

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

R = 17.43%
G = 37.47%
B = 45.1%

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

#50ACCF (or 0x50ACCF) is known color: Viking. HEX triplet: 50, AC and CF. RGB value is (80,172,207). Sum of RGB (Red+Green+Blue) = 80+172+207=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #50ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACCF is #AF5330. Grayscale: #949494. Windows color (decimal): -11490097 or 13610064. OLE color: 13610064.

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

Color convert

RGB 80 172 207 -
CMYK 0.61 0.17 0 0.19
HSL 196.54º 0.57% 0.56% -
HSV(B) 196.54º 0.61% 0.81% -
XYZ 29.32 35.72 64.38 -
YUV 148.48 161.02 79.15 -
System Red Green Blue C M Y K H S L
Decimal 80 172 207 0.61 0.17 0 0.19 196.54 0.57 0.56
Hex 50 AC CF 3D 11 0 13 C5 39 38
Octal 120 254 317 75 21 0 23 305 71 70
Binary 1010000 10101100 11001111 111101 10001 0 10011 11000101 111001 111000

Color Harmonies of #50ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACCF

Black with #50ACCF

Text Example


Text Example

White with #50ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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