Html Css Color HEX #50AFCC Viking

📋 copy color: '#50AFCC'

red 80 ◦ green 175 ◦ blue 204

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

Shades of Viking #50AFCC

Tints of Viking #50AFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.13%

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

R = 17.43%
G = 38.13%
B = 44.44%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#50AFCC (or 0x50AFCC) is known color: Viking. HEX triplet: 50, AF and CC. RGB value is (80,175,204). Sum of RGB (Red+Green+Blue) = 80+175+204=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #50AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFCC is #AF5033. Grayscale: #959595. Windows color (decimal): -11489332 or 13414224. OLE color: 13414224.

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

Color convert

RGB 80 175 204 -
CMYK 0.61 0.14 0 0.2
HSL 194.03º 0.55% 0.56% -
HSV(B) 194.03º 0.61% 0.8% -
XYZ 29.54 36.73 62.66 -
YUV 149.9 158.53 78.14 -
System Red Green Blue C M Y K H S L
Decimal 80 175 204 0.61 0.14 0 0.2 194.03 0.55 0.56
Hex 50 AF CC 3D E 0 14 C2 37 38
Octal 120 257 314 75 16 0 24 302 67 70
Binary 1010000 10101111 11001100 111101 1110 0 10100 11000010 110111 111000

Color Harmonies of #50AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AFCC

Black with #50AFCC

Text Example


Text Example

White with #50AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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