Html Css Color HEX #50ACCC Viking

📋 copy color: '#50ACCC'

red 80 ◦ green 172 ◦ blue 204

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

Shades of Viking #50ACCC

Tints of Viking #50ACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 17.54%
G = 37.72%
B = 44.74%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#50ACCC (or 0x50ACCC) is known color: Viking. HEX triplet: 50, AC and CC. RGB value is (80,172,204). Sum of RGB (Red+Green+Blue) = 80+172+204=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #50ACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACCC is #AF5333. Grayscale: #939393. Windows color (decimal): -11490100 or 13413456. OLE color: 13413456.

HSL color Cylindrical-coordinate representation of color #50ACCC: hue angle of 195.48º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50ACCC is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 172 204 -
CMYK 0.61 0.16 0 0.2
HSL 195.48º 0.55% 0.56% -
HSV(B) 195.48º 0.61% 0.8% -
XYZ 28.96 35.57 62.47 -
YUV 148.14 159.52 79.4 -
System Red Green Blue C M Y K H S L
Decimal 80 172 204 0.61 0.16 0 0.2 195.48 0.55 0.56
Hex 50 AC CC 3D 10 0 14 C3 37 38
Octal 120 254 314 75 20 0 24 303 67 70
Binary 1010000 10101100 11001100 111101 10000 0 10100 11000011 110111 111000

Color Harmonies of #50ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACCC

Black with #50ACCC

Text Example


Text Example

White with #50ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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