Html Css Color HEX #50ABCC Viking

📋 copy color: '#50ABCC'

red 80 ◦ green 171 ◦ blue 204

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

Shades of Viking #50ABCC

Tints of Viking #50ABCC

RGB

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

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

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

R = 17.58%
G = 37.58%
B = 44.84%

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

#50ABCC (or 0x50ABCC) is known color: Viking. HEX triplet: 50, AB and CC. RGB value is (80,171,204). Sum of RGB (Red+Green+Blue) = 80+171+204=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #50ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABCC is #AF5433. Grayscale: #939393. Windows color (decimal): -11490356 or 13413200. OLE color: 13413200.

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

Color convert

RGB 80 171 204 -
CMYK 0.61 0.16 0 0.2
HSL 195.97º 0.55% 0.56% -
HSV(B) 195.97º 0.61% 0.8% -
XYZ 28.77 35.19 62.4 -
YUV 147.55 159.85 79.82 -
System Red Green Blue C M Y K H S L
Decimal 80 171 204 0.61 0.16 0 0.2 195.97 0.55 0.56
Hex 50 AB CC 3D 10 0 14 C4 37 38
Octal 120 253 314 75 20 0 24 304 67 70
Binary 1010000 10101011 11001100 111101 10000 0 10100 11000100 110111 111000

Color Harmonies of #50ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABCC

Black with #50ABCC

Text Example


Text Example

White with #50ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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